#90374F

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

Shades of Disco #90374F

Tints of Disco #90374F

Color information

#90374F (or 0x90374F) is unknown color: approx Disco. HEX triplet: 90, 37 and 4F. RGB value is (144,55,79). Sum of RGB (Red+Green+Blue) = 144+55+79=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #90374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90374F is #6FC8B0. Grayscale: #545454. Windows color (decimal): -7325873 or 5191568. OLE color: 5191568.

HSL color Cylindrical-coordinate representation of color #90374F: hue angle of 343.82º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90374F is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB1445579-
CMYK00.620.450.44
HSL343.82º44.72%39.02%-
HSV(B)343.82º61.81%56.47%-
XYZ14.289.238.43-
YUV84.35124.99170.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.80%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 79 (31.25% from 255) = 28.42%
R=51.80%
G=19.78%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144557900.620.450.44343.8244.7239.02
Hex90374F03E2D2C1582d27
Octal2206711707655545305547
Binary1001000011011110011110111110101101101100101011000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90374F; }

 p { color: rgb(144,55,79); }

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

<style>
 a { background-color: #90374F; }

 a { background-color: rgb(144,55,79); }

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

<style>
 span { border-color: #90374F; }

 span { border-color: rgb(144,55,79); }

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