#601F43

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

Shades of Pompadour #601F43

Tints of Pompadour #601F43

Color information

#601F43 (or 0x601F43) is unknown color: approx Pompadour. HEX triplet: 60, 1F and 43. RGB value is (96,31,67). Sum of RGB (Red+Green+Blue) = 96+31+67=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #601F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F43 is #9FE0BC. Grayscale: #363636. Windows color (decimal): -10477757 or 4398944. OLE color: 4398944.

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

Color convert

RGB963167-
CMYK00.680.300.62
HSL326.77º51.18%24.9%-
HSV(B)326.77º67.71%37.65%-
XYZ6.333.875.72-
YUV54.54135.03157.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 31 (12.5% from 255) = 15.98%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=49.48%
G=15.98%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96316700.680.300.62326.7751.1824.9
Hex601F430441E3E1473319
Octal14037103010436765076331
Binary1100000111111000011010001001111011111010100011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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