#601F3F

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

Shades of Pompadour #601F3F

Tints of Pompadour #601F3F

Color information

#601F3F (or 0x601F3F) is unknown color: approx Pompadour. HEX triplet: 60, 1F and 3F. RGB value is (96,31,63). Sum of RGB (Red+Green+Blue) = 96+31+63=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #601F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F3F is #9FE0C0. Grayscale: #363636. Windows color (decimal): -10477761 or 4136800. OLE color: 4136800.

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

Color convert

RGB963163-
CMYK00.680.340.62
HSL330.46º51.18%24.9%-
HSV(B)330.46º67.71%37.65%-
XYZ6.213.835.11-
YUV54.08133.03157.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 31 (12.5% from 255) = 16.32%
BLUE value IS 63 (25% from 255) = 33.16%
R=50.53%
G=16.32%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96316300.680.340.62330.4651.1824.9
Hex601F3F044223E14a3319
Octal1403777010442765126331
Binary1100000111111111110100010010001011111010100101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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