#602841

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

Shades of Pompadour #602841

Tints of Pompadour #602841

Color information

#602841 (or 0x602841) is unknown color: approx Pompadour. HEX triplet: 60, 28 and 41. RGB value is (96,40,65). Sum of RGB (Red+Green+Blue) = 96+40+65=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #602841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602841 is #9FD7BE. Grayscale: #3B3B3B. Windows color (decimal): -10475455 or 4270176. OLE color: 4270176.

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

Color convert

RGB964065-
CMYK00.580.320.62
HSL333.21º41.18%26.67%-
HSV(B)333.21º58.33%37.65%-
XYZ6.544.395.5-
YUV59.59131.05153.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=47.76%
G=19.90%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96406500.580.320.62333.2141.1826.67
Hex60284103A203E14d291b
Octal1405010107240765155133
Binary11000001010001000001011101010000011111010100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602841; }

 p { color: rgb(96,40,65); }

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

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

 a { background-color: rgb(96,40,65); }

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

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

 span { border-color: rgb(96,40,65); }

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