#602441

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

Shades of Pompadour #602441

Tints of Pompadour #602441

Color information

#602441 (or 0x602441) is unknown color: approx Pompadour. HEX triplet: 60, 24 and 41. RGB value is (96,36,65). Sum of RGB (Red+Green+Blue) = 96+36+65=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #602441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602441 is #9FDBBE. Grayscale: #393939. Windows color (decimal): -10476479 or 4269152. OLE color: 4269152.

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

Color convert

RGB963665-
CMYK00.620.320.62
HSL331º45.45%25.88%-
HSV(B)331º62.5%37.65%-
XYZ6.414.135.46-
YUV57.25132.38155.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 36 (14.45% from 255) = 18.27%
BLUE value IS 65 (25.78% from 255) = 32.99%
R=48.73%
G=18.27%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96366500.620.320.6233145.4525.88
Hex60244103E203E14b2d1a
Octal1404410107640765135532
Binary11000001001001000001011111010000011111010100101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602441; }

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

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

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

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

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

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

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

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