#601435

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

Shades of Pompadour #601435

Tints of Pompadour #601435

Color information

#601435 (or 0x601435) is unknown color: approx Pompadour. HEX triplet: 60, 14 and 35. RGB value is (96,20,53). Sum of RGB (Red+Green+Blue) = 96+20+53=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 53 (21.09% from 255 or 31.36% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #601435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601435 is #9FEBCA. Grayscale: #2E2E2E. Windows color (decimal): -10480587 or 3478624. OLE color: 3478624.

HSL color Cylindrical-coordinate representation of color #601435: hue angle of 333.95º 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 #601435 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB962053-
CMYK00.790.450.62
HSL333.95º65.52%22.75%-
HSV(B)333.95º79.17%37.65%-
XYZ5.723.243.69-
YUV46.49131.68163.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.80%
GREEN value IS 20 (8.20% from 255) = 11.83%
BLUE value IS 53 (21.09% from 255) = 31.36%
R=56.80%
G=11.83%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96205300.790.450.62333.9565.5222.75
Hex60143504F2D3E14e4217
Octal14024650117557651610227
Binary11000001010011010101001111101101111110101001110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601435; }

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

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

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

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

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

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

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

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