#90364F

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

Shades of Disco #90364F

Tints of Disco #90364F

Color information

#90364F (or 0x90364F) is unknown color: approx Disco. HEX triplet: 90, 36 and 4F. RGB value is (144,54,79). Sum of RGB (Red+Green+Blue) = 144+54+79=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #90364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90364F is #6FC9B0. Grayscale: #535353. Windows color (decimal): -7326129 or 5191312. OLE color: 5191312.

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

Color convert

RGB1445479-
CMYK00.630.450.44
HSL343.33º45.45%38.82%-
HSV(B)343.33º62.5%56.47%-
XYZ14.239.138.41-
YUV83.76125.32170.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.99%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=51.99%
G=19.49%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144547900.630.450.44343.3345.4538.82
Hex90364F03F2D2C1572d27
Octal2206611707755545275547
Binary1001000011011010011110111111101101101100101010111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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