#601838

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

Shades of Pompadour #601838

Tints of Pompadour #601838

Color information

#601838 (or 0x601838) is unknown color: approx Pompadour. HEX triplet: 60, 18 and 38. RGB value is (96,24,56). Sum of RGB (Red+Green+Blue) = 96+24+56=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 56 (22.27% from 255 or 31.82% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #601838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601838 is #9FE7C7. Grayscale: #313131. Windows color (decimal): -10479560 or 3676256. OLE color: 3676256.

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

Color convert

RGB962456-
CMYK00.750.420.62
HSL333.33º60%23.53%-
HSV(B)333.33º75%37.65%-
XYZ5.863.434.09-
YUV49.18131.85161.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 56 (22.27% from 255) = 31.82%
R=54.55%
G=13.64%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96245600.750.420.62333.336023.53
Hex60183804B2A3E14d3c18
Octal1403070011352765157430
Binary1100000110001110000100101110101011111010100110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601838; }

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

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

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

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

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

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

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

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