#90364E

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

Shades of Disco #90364E

Tints of Disco #90364E

Color information

#90364E (or 0x90364E) is unknown color: approx Disco. HEX triplet: 90, 36 and 4E. RGB value is (144,54,78). Sum of RGB (Red+Green+Blue) = 144+54+78=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #90364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90364E is #6FC9B1. Grayscale: #535353. Windows color (decimal): -7326130 or 5125776. OLE color: 5125776.

HSL color Cylindrical-coordinate representation of color #90364E: hue angle of 344º 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 #90364E is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1445478-
CMYK00.630.460.44
HSL344º45.45%38.82%-
HSV(B)344º62.5%56.47%-
XYZ14.29.128.22-
YUV83.65124.82171.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.17%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=52.17%
G=19.57%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144547800.630.460.4434445.4538.82
Hex90364E03F2E2C1582d27
Octal2206611607756545305547
Binary1001000011011010011100111111101110101100101011000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90364E; }

 p { color: rgb(144,54,78); }

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

<style>
 a { background-color: #90364E; }

 a { background-color: rgb(144,54,78); }

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

<style>
 span { border-color: #90364E; }

 span { border-color: rgb(144,54,78); }

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