#90334C

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

Shades of Disco #90334C

Tints of Disco #90334C

Color information

#90334C (or 0x90334C) is unknown color: approx Disco. HEX triplet: 90, 33 and 4C. RGB value is (144,51,76). Sum of RGB (Red+Green+Blue) = 144+51+76=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #90334C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90334C is #6FCCB3. Grayscale: #515151. Windows color (decimal): -7326900 or 4993936. OLE color: 4993936.

HSL color Cylindrical-coordinate representation of color #90334C: hue angle of 343.87º 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 #90334C is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB1445176-
CMYK00.650.470.44
HSL343.87º47.69%38.24%-
HSV(B)343.87º64.58%56.47%-
XYZ13.998.827.8-
YUV81.66124.81172.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.14%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 76 (30.08% from 255) = 28.04%
R=53.14%
G=18.82%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144517600.650.470.44343.8747.6938.24
Hex90334C0412F2C1583026
Octal22063114010157545306046
Binary10010000110011100110001000001101111101100101011000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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