#601F3A

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

Shades of Pompadour #601F3A

Tints of Pompadour #601F3A

Color information

#601F3A (or 0x601F3A) is unknown color: approx Pompadour. HEX triplet: 60, 1F and 3A. RGB value is (96,31,58). Sum of RGB (Red+Green+Blue) = 96+31+58=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #601F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F3A is #9FE0C5. Grayscale: #353535. Windows color (decimal): -10477766 or 3809120. OLE color: 3809120.

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

Color convert

RGB963158-
CMYK00.680.400.62
HSL335.08º51.18%24.9%-
HSV(B)335.08º67.71%37.65%-
XYZ6.083.774.41-
YUV53.51130.53158.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 31 (12.5% from 255) = 16.76%
BLUE value IS 58 (23.05% from 255) = 31.35%
R=51.89%
G=16.76%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96315800.680.400.62335.0851.1824.9
Hex601F3A044283E14f3319
Octal1403772010450765176331
Binary1100000111111110100100010010100011111010100111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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