#601639

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

Shades of Pompadour #601639

Tints of Pompadour #601639

Color information

#601639 (or 0x601639) is unknown color: approx Pompadour. HEX triplet: 60, 16 and 39. RGB value is (96,22,57). Sum of RGB (Red+Green+Blue) = 96+22+57=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #601639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601639 is #9FE9C6. Grayscale: #303030. Windows color (decimal): -10480071 or 3741280. OLE color: 3741280.

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

Color convert

RGB962257-
CMYK00.770.410.62
HSL331.62º62.71%23.14%-
HSV(B)331.62º77.08%37.65%-
XYZ5.853.364.21-
YUV48.12133.02162.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 57 (22.66% from 255) = 32.57%
R=54.86%
G=12.57%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96225700.770.410.62331.6262.7123.14
Hex60163904D293E14c3f17
Octal1402671011551765147727
Binary1100000101101110010100110110100111111010100110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601639; }

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

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

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

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

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

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

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

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