#90173e

Color #90173E Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #90173E

Tints of Disco #90173E

Color information

#90173E (or 0x90173E) is unknown color: approx Disco. HEX triplet: 90, 17 and 3E. RGB value is (144,23,62). Sum of RGB (Red+Green+Blue) = 144+23+62=229 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.88% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 144 - color contains mainly: red. Hex color #90173E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90173E is #6FE8C1. Grayscale: #3F3F3F. Windows color (decimal): -7334082 or 4069264. OLE color: 4069264.

HSL color Cylindrical-coordinate representation of color #90173E: hue angle of 340.66º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90173E is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB1442362-
CMYK00.840.570.44
HSL340.66º72.46%32.75%-
HSV(B)340.66º84.03%56.47%-
XYZ12.686.895.22-
YUV63.62127.09185.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 62.88%
GREEN value IS 23 (9.38% from 255) = 10.04%
BLUE value IS 62 (24.61% from 255) = 27.07%
R=62.88%
G=10.04%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144236200.840.570.44340.6672.4632.75
Hex90173E054392C1554821
Octal22027760124715452511041
Binary1001000010111111110010101001110011011001010101011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90173e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90173e; }

 p { color: rgb(144,23,62); }

 H1.HeaderClassName
 {
   color: #90173e;
 }
 .AnyTagClassName
 {
   color: #90173e;
 }
</style>
background-color css

<style>
 a { background-color: #90173e; }

 a { background-color: rgb(144,23,62); }

 div.DivClassName
 {
   background-color: #90173e;
 }
 .BgClassName
 {
   background-color: #90173e;
 }
</style>
border-color css

<style>
 span { border-color: #90173e; }

 span { border-color: rgb(144,23,62); }

 td.TdClassName
 {
   border-color: #90173e;
 }
 .TagClassName
 {
   border-color: #90173e;
 }
</style>