#90214B

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

Shades of Disco #90214B

Tints of Disco #90214B

Color information

#90214B (or 0x90214B) is unknown color: approx Disco. HEX triplet: 90, 21 and 4B. RGB value is (144,33,75). Sum of RGB (Red+Green+Blue) = 144+33+75=252 (33% of max value = 765). Red value is 144 (56.64% from 255 or 57.14% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 144 - color contains mainly: red. Hex color #90214B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90214B is #6FDEB4. Grayscale: #464646. Windows color (decimal): -7331509 or 4923792. OLE color: 4923792.

HSL color Cylindrical-coordinate representation of color #90214B: hue angle of 337.3º 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 #90214B is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB1443375-
CMYK00.770.480.44
HSL337.3º62.71%34.71%-
HSV(B)337.3º77.08%56.47%-
XYZ13.327.537.41-
YUV70.98130.27180.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 57.14%
GREEN value IS 33 (13.28% from 255) = 13.10%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=57.14%
G=13.10%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144337500.770.480.44337.362.7134.71
Hex90214B04D302C1513f23
Octal22041113011560545217743
Binary10010000100001100101101001101110000101100101010001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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