#90254E

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

Shades of Disco #90254E

Tints of Disco #90254E

Color information

#90254E (or 0x90254E) is unknown color: approx Disco. HEX triplet: 90, 25 and 4E. RGB value is (144,37,78). Sum of RGB (Red+Green+Blue) = 144+37+78=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #90254E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90254E is #6FDAB1. Grayscale: #494949. Windows color (decimal): -7330482 or 5121424. OLE color: 5121424.

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

Color convert

RGB1443778-
CMYK00.740.460.44
HSL337.01º59.12%35.49%-
HSV(B)337.01º74.31%56.47%-
XYZ13.547.88-
YUV73.67130.45178.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.60%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=55.60%
G=14.29%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144377800.740.460.44337.0159.1235.49
Hex90254E04A2E2C1513b23
Octal22045116011256545217343
Binary10010000100101100111001001010101110101100101010001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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