#602540

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

Shades of Pompadour #602540

Tints of Pompadour #602540

Color information

#602540 (or 0x602540) is unknown color: approx Pompadour. HEX triplet: 60, 25 and 40. RGB value is (96,37,64). Sum of RGB (Red+Green+Blue) = 96+37+64=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #602540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602540 is #9FDABF. Grayscale: #393939. Windows color (decimal): -10476224 or 4203872. OLE color: 4203872.

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

Color convert

RGB963764-
CMYK00.610.330.62
HSL332.54º44.36%26.08%-
HSV(B)332.54º61.46%37.65%-
XYZ6.414.185.32-
YUV57.72131.55155.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=48.73%
G=18.78%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96376400.610.330.62332.5444.3626.08
Hex60254003D213E14d2c1a
Octal1404510007541765155432
Binary11000001001011000000011110110000111111010100110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602540; }

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

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

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

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

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

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

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

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