#602349

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

Shades of Pompadour #602349

Tints of Pompadour #602349

Color information

#602349 (or 0x602349) is unknown color: approx Pompadour. HEX triplet: 60, 23 and 49. RGB value is (96,35,73). Sum of RGB (Red+Green+Blue) = 96+35+73=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #602349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602349 is #9FDCB6. Grayscale: #393939. Windows color (decimal): -10476727 or 4793184. OLE color: 4793184.

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

Color convert

RGB963573-
CMYK00.640.240.62
HSL322.62º46.56%25.69%-
HSV(B)322.62º63.54%37.65%-
XYZ6.634.176.76-
YUV57.57136.71155.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 73 (28.91% from 255) = 35.78%
R=47.06%
G=17.16%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96357300.640.240.62322.6246.5625.69
Hex602349040183E1432f1a
Octal14043111010030765035732
Binary11000001000111001001010000001100011111010100001110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602349; }

 p { color: rgb(96,35,73); }

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

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

 a { background-color: rgb(96,35,73); }

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

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

 span { border-color: rgb(96,35,73); }

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