#90214C

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

Shades of Disco #90214C

Tints of Disco #90214C

Color information

#90214C (or 0x90214C) is unknown color: approx Disco. HEX triplet: 90, 21 and 4C. RGB value is (144,33,76). Sum of RGB (Red+Green+Blue) = 144+33+76=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #90214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90214C is #6FDEB3. Grayscale: #474747. Windows color (decimal): -7331508 or 4989328. OLE color: 4989328.

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

Color convert

RGB1443376-
CMYK00.770.470.44
HSL336.76º62.71%34.71%-
HSV(B)336.76º77.08%56.47%-
XYZ13.357.547.59-
YUV71.09130.77180-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.92%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=56.92%
G=13.04%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144337600.770.470.44336.7662.7134.71
Hex90214C04D2F2C1513f23
Octal22041114011557545217743
Binary10010000100001100110001001101101111101100101010001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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