#601C3A

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

Shades of Pompadour #601C3A

Tints of Pompadour #601C3A

Color information

#601C3A (or 0x601C3A) is unknown color: approx Pompadour. HEX triplet: 60, 1C and 3A. RGB value is (96,28,58). Sum of RGB (Red+Green+Blue) = 96+28+58=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #601C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601C3A is #9FE3C5. Grayscale: #333333. Windows color (decimal): -10478534 or 3808352. OLE color: 3808352.

HSL color Cylindrical-coordinate representation of color #601C3A: hue angle of 333.53º 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 #601C3A is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB962858-
CMYK00.710.400.62
HSL333.53º54.84%24.31%-
HSV(B)333.53º70.83%37.65%-
XYZ63.624.39-
YUV51.75131.53159.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 28 (11.33% from 255) = 15.38%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=52.75%
G=15.38%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96285800.710.400.62333.5354.8424.31
Hex601C3A047283E14e3718
Octal1403472010750765166730
Binary1100000111001110100100011110100011111010100111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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