#601A37

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

Shades of Pompadour #601A37

Tints of Pompadour #601A37

Color information

#601A37 (or 0x601A37) is unknown color: approx Pompadour. HEX triplet: 60, 1A and 37. RGB value is (96,26,55). Sum of RGB (Red+Green+Blue) = 96+26+55=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #601A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A37 is #9FE5C8. Grayscale: #323232. Windows color (decimal): -10479049 or 3611232. OLE color: 3611232.

HSL color Cylindrical-coordinate representation of color #601A37: hue angle of 335.14º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A37 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB962655-
CMYK00.730.430.62
HSL335.14º57.38%23.92%-
HSV(B)335.14º72.92%37.65%-
XYZ5.883.53.98-
YUV50.24130.69160.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 26 (10.55% from 255) = 14.69%
BLUE value IS 55 (21.88% from 255) = 31.07%
R=54.24%
G=14.69%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96265500.730.430.62335.1457.3823.92
Hex601A370492B3E14f3918
Octal1403267011153765177130
Binary1100000110101101110100100110101111111010100111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601A37; }

 p { color: rgb(96,26,55); }

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

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

 a { background-color: rgb(96,26,55); }

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

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

 span { border-color: rgb(96,26,55); }

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