#601E3A

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

Shades of Pompadour #601E3A

Tints of Pompadour #601E3A

Color information

#601E3A (or 0x601E3A) is unknown color: approx Pompadour. HEX triplet: 60, 1E and 3A. RGB value is (96,30,58). Sum of RGB (Red+Green+Blue) = 96+30+58=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #601E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E3A is #9FE1C5. Grayscale: #343434. Windows color (decimal): -10478022 or 3808864. OLE color: 3808864.

HSL color Cylindrical-coordinate representation of color #601E3A: hue angle of 334.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E3A is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB963058-
CMYK00.690.400.62
HSL334.55º52.38%24.71%-
HSV(B)334.55º68.75%37.65%-
XYZ6.053.724.4-
YUV52.93130.87158.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 30 (12.11% from 255) = 16.30%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=52.17%
G=16.30%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96305800.690.400.62334.5552.3824.71
Hex601E3A045283E14f3419
Octal1403672010550765176431
Binary1100000111101110100100010110100011111010100111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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