#602440

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

Shades of Pompadour #602440

Tints of Pompadour #602440

Color information

#602440 (or 0x602440) is unknown color: approx Pompadour. HEX triplet: 60, 24 and 40. RGB value is (96,36,64). Sum of RGB (Red+Green+Blue) = 96+36+64=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #602440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602440 is #9FDBBF. Grayscale: #393939. Windows color (decimal): -10476480 or 4203616. OLE color: 4203616.

HSL color Cylindrical-coordinate representation of color #602440: hue angle of 332º 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 #602440 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB963664-
CMYK00.620.330.62
HSL332º45.45%25.88%-
HSV(B)332º62.5%37.65%-
XYZ6.384.125.31-
YUV57.13131.88155.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 64 (25.39% from 255) = 32.65%
R=48.98%
G=18.37%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96366400.620.330.6233245.4525.88
Hex60244003E213E14c2d1a
Octal1404410007641765145532
Binary11000001001001000000011111010000111111010100110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602440; }

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

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

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

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

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

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

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

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