#601635

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

Shades of Pompadour #601635

Tints of Pompadour #601635

Color information

#601635 (or 0x601635) is unknown color: approx Pompadour. HEX triplet: 60, 16 and 35. RGB value is (96,22,53). Sum of RGB (Red+Green+Blue) = 96+22+53=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #601635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601635 is #9FE9CA. Grayscale: #2F2F2F. Windows color (decimal): -10480075 or 3479136. OLE color: 3479136.

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

Color convert

RGB962253-
CMYK00.770.450.62
HSL334.86º62.71%23.14%-
HSV(B)334.86º77.08%37.65%-
XYZ5.753.323.71-
YUV47.66131.02162.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.14%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=56.14%
G=12.87%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96225300.770.450.62334.8662.7123.14
Hex60163504D2D3E14f3f17
Octal1402665011555765177727
Binary1100000101101101010100110110110111111010100111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601635; }

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

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

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

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

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

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

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

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