#602E4C

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

Shades of Pompadour #602E4C

Tints of Pompadour #602E4C

Color information

#602E4C (or 0x602E4C) is unknown color: approx Pompadour. HEX triplet: 60, 2E and 4C. RGB value is (96,46,76). Sum of RGB (Red+Green+Blue) = 96+46+76=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #602E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E4C is #9FD1B3. Grayscale: #404040. Windows color (decimal): -10473908 or 4992608. OLE color: 4992608.

HSL color Cylindrical-coordinate representation of color #602E4C: hue angle of 324º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #602E4C is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB964676-
CMYK00.520.210.62
HSL324º35.21%27.84%-
HSV(B)324º52.08%37.65%-
XYZ7.114.967.42-
YUV64.37134.56150.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.04%
GREEN value IS 46 (18.36% from 255) = 21.10%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=44.04%
G=21.10%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96467600.520.210.6232435.2127.84
Hex602E4C034153E144231c
Octal1405611406425765044334
Binary1100000101110100110001101001010111111010100010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602E4C; }

 p { color: rgb(96,46,76); }

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

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

 a { background-color: rgb(96,46,76); }

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

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

 span { border-color: rgb(96,46,76); }

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