#601C38

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

Shades of Pompadour #601C38

Tints of Pompadour #601C38

Color information

#601C38 (or 0x601C38) is unknown color: approx Pompadour. HEX triplet: 60, 1C and 38. RGB value is (96,28,56). Sum of RGB (Red+Green+Blue) = 96+28+56=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #601C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601C38 is #9FE3C7. Grayscale: #333333. Windows color (decimal): -10478536 or 3677280. OLE color: 3677280.

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

Color convert

RGB962856-
CMYK00.710.420.62
HSL335.29º54.84%24.31%-
HSV(B)335.29º70.83%37.65%-
XYZ5.953.64.12-
YUV51.52130.53159.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 28 (11.33% from 255) = 15.56%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=53.33%
G=15.56%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96285600.710.420.62335.2954.8424.31
Hex601C380472A3E14f3718
Octal1403470010752765176730
Binary1100000111001110000100011110101011111010100111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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