#601343

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

Shades of Pompadour #601343

Tints of Pompadour #601343

Color information

#601343 (or 0x601343) is unknown color: approx Pompadour. HEX triplet: 60, 13 and 43. RGB value is (96,19,67). Sum of RGB (Red+Green+Blue) = 96+19+67=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #601343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601343 is #9FECBC. Grayscale: #2F2F2F. Windows color (decimal): -10480829 or 4395872. OLE color: 4395872.

HSL color Cylindrical-coordinate representation of color #601343: hue angle of 322.6º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601343 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB961967-
CMYK00.800.300.62
HSL322.6º66.96%22.55%-
HSV(B)322.6º80.21%37.65%-
XYZ6.073.365.64-
YUV47.5139.01162.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 19 (7.81% from 255) = 10.44%
BLUE value IS 67 (26.56% from 255) = 36.81%
R=52.75%
G=10.44%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96196700.800.300.62322.666.9622.55
Hex6013430501E3E1434317
Octal140231030120367650310327
Binary11000001001110000110101000011110111110101000011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601343; }

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

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

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

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

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

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

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

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