#602746

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

Shades of Pompadour #602746

Tints of Pompadour #602746

Color information

#602746 (or 0x602746) is unknown color: approx Pompadour. HEX triplet: 60, 27 and 46. RGB value is (96,39,70). Sum of RGB (Red+Green+Blue) = 96+39+70=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #602746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602746 is #9FD8B9. Grayscale: #3B3B3B. Windows color (decimal): -10475706 or 4597600. OLE color: 4597600.

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

Color convert

RGB963970-
CMYK00.590.270.62
HSL327.37º42.22%26.47%-
HSV(B)327.37º59.38%37.65%-
XYZ6.654.386.29-
YUV59.58133.88153.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=46.83%
G=19.02%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96397000.590.270.62327.3742.2226.47
Hex60274603B1B3E1472a1a
Octal1404710607333765075232
Binary1100000100111100011001110111101111111010100011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602746; }

 p { color: rgb(96,39,70); }

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

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

 a { background-color: rgb(96,39,70); }

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

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

 span { border-color: rgb(96,39,70); }

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