#90254C

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

Shades of Disco #90254C

Tints of Disco #90254C

Color information

#90254C (or 0x90254C) is unknown color: approx Disco. HEX triplet: 90, 25 and 4C. RGB value is (144,37,76). Sum of RGB (Red+Green+Blue) = 144+37+76=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #90254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90254C is #6FDAB3. Grayscale: #494949. Windows color (decimal): -7330484 or 4990352. OLE color: 4990352.

HSL color Cylindrical-coordinate representation of color #90254C: hue angle of 338.13º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90254C is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB1443776-
CMYK00.740.470.44
HSL338.13º59.12%35.49%-
HSV(B)338.13º74.31%56.47%-
XYZ13.477.777.63-
YUV73.44129.45178.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.03%
GREEN value IS 37 (14.84% from 255) = 14.40%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=56.03%
G=14.40%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144377600.740.470.44338.1359.1235.49
Hex90254C04A2F2C1523b23
Octal22045114011257545227343
Binary10010000100101100110001001010101111101100101010010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90254C; }

 p { color: rgb(144,37,76); }

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

<style>
 a { background-color: #90254C; }

 a { background-color: rgb(144,37,76); }

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

<style>
 span { border-color: #90254C; }

 span { border-color: rgb(144,37,76); }

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