#602043

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

Shades of Pompadour #602043

Tints of Pompadour #602043

Color information

#602043 (or 0x602043) is unknown color: approx Pompadour. HEX triplet: 60, 20 and 43. RGB value is (96,32,67). Sum of RGB (Red+Green+Blue) = 96+32+67=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #602043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602043 is #9FDFBC. Grayscale: #373737. Windows color (decimal): -10477501 or 4399200. OLE color: 4399200.

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

Color convert

RGB963267-
CMYK00.670.300.62
HSL327.19º50%25.1%-
HSV(B)327.19º66.67%37.65%-
XYZ6.353.935.73-
YUV55.13134.7157.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 32 (12.89% from 255) = 16.41%
BLUE value IS 67 (26.56% from 255) = 34.36%
R=49.23%
G=16.41%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96326700.670.300.62327.195025.1
Hex6020430431E3E1473219
Octal14040103010336765076231
Binary11000001000001000011010000111111011111010100011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602043; }

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

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

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

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

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

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

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

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