#601433

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

Shades of Pompadour #601433

Tints of Pompadour #601433

Color information

#601433 (or 0x601433) is unknown color: approx Pompadour. HEX triplet: 60, 14 and 33. RGB value is (96,20,51). Sum of RGB (Red+Green+Blue) = 96+20+51=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #601433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601433 is #9FEBCC. Grayscale: #2E2E2E. Windows color (decimal): -10480589 or 3347552. OLE color: 3347552.

HSL color Cylindrical-coordinate representation of color #601433: hue angle of 335.53º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601433 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB962051-
CMYK00.790.470.62
HSL335.53º65.52%22.75%-
HSV(B)335.53º79.17%37.65%-
XYZ5.673.233.46-
YUV46.26130.68163.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=57.49%
G=11.98%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96205100.790.470.62335.5365.5222.75
Hex60143304F2F3E1504217
Octal14024630117577652010227
Binary11000001010011001101001111101111111110101010000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601433; }

 p { color: rgb(96,20,51); }

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

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

 a { background-color: rgb(96,20,51); }

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

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

 span { border-color: rgb(96,20,51); }

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