#602943

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

Shades of Pompadour #602943

Tints of Pompadour #602943

Color information

#602943 (or 0x602943) is unknown color: approx Pompadour. HEX triplet: 60, 29 and 43. RGB value is (96,41,67). Sum of RGB (Red+Green+Blue) = 96+41+67=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #602943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602943 is #9FD6BC. Grayscale: #3C3C3C. Windows color (decimal): -10475197 or 4401504. OLE color: 4401504.

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

Color convert

RGB964167-
CMYK00.570.300.62
HSL331.64º40.15%26.86%-
HSV(B)331.64º57.29%37.65%-
XYZ6.634.485.83-
YUV60.41131.72153.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 41 (16.41% from 255) = 20.10%
BLUE value IS 67 (26.56% from 255) = 32.84%
R=47.06%
G=20.10%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96416700.570.300.62331.6440.1526.86
Hex6029430391E3E14c281b
Octal1405110307136765145033
Binary1100000101001100001101110011111011111010100110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602943; }

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

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

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

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

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

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

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

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