#601738

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

Shades of Pompadour #601738

Tints of Pompadour #601738

Color information

#601738 (or 0x601738) is unknown color: approx Pompadour. HEX triplet: 60, 17 and 38. RGB value is (96,23,56). Sum of RGB (Red+Green+Blue) = 96+23+56=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #601738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601738 is #9FE8C7. Grayscale: #303030. Windows color (decimal): -10479816 or 3676000. OLE color: 3676000.

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

Color convert

RGB962356-
CMYK00.760.420.62
HSL332.88º61.34%23.33%-
HSV(B)332.88º76.04%37.65%-
XYZ5.843.394.09-
YUV48.59132.18161.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 56 (22.27% from 255) = 32%
R=54.86%
G=13.14%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96235600.760.420.62332.8861.3423.33
Hex60173804C2A3E14d3d17
Octal1402770011452765157527
Binary1100000101111110000100110010101011111010100110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601738; }

 p { color: rgb(96,23,56); }

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

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

 a { background-color: rgb(96,23,56); }

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

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

 span { border-color: rgb(96,23,56); }

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