#90324A

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

Shades of Disco #90324A

Tints of Disco #90324A

Color information

#90324A (or 0x90324A) is unknown color: approx Disco. HEX triplet: 90, 32 and 4A. RGB value is (144,50,74). Sum of RGB (Red+Green+Blue) = 144+50+74=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #90324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90324A is #6FCDB5. Grayscale: #505050. Windows color (decimal): -7327158 or 4862608. OLE color: 4862608.

HSL color Cylindrical-coordinate representation of color #90324A: hue angle of 344.68º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90324A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB1445074-
CMYK00.650.490.44
HSL344.68º48.45%38.04%-
HSV(B)344.68º65.28%56.47%-
XYZ13.888.77.43-
YUV80.84124.14173.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.73%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=53.73%
G=18.66%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144507400.650.490.44344.6848.4538.04
Hex90324A041312C1593026
Octal22062112010161545316046
Binary10010000110010100101001000001110001101100101011001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90324A; }

 p { color: rgb(144,50,74); }

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

<style>
 a { background-color: #90324A; }

 a { background-color: rgb(144,50,74); }

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

<style>
 span { border-color: #90324A; }

 span { border-color: rgb(144,50,74); }

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