#602740

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

Shades of Pompadour #602740

Tints of Pompadour #602740

Color information

#602740 (or 0x602740) is unknown color: approx Pompadour. HEX triplet: 60, 27 and 40. RGB value is (96,39,64). Sum of RGB (Red+Green+Blue) = 96+39+64=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #602740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602740 is #9FD8BF. Grayscale: #3A3A3A. Windows color (decimal): -10475712 or 4204384. OLE color: 4204384.

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

Color convert

RGB963964-
CMYK00.590.330.62
HSL333.68º42.22%26.47%-
HSV(B)333.68º59.38%37.65%-
XYZ6.474.315.34-
YUV58.89130.88154.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 39 (15.62% from 255) = 19.60%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=48.24%
G=19.60%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96396400.590.330.62333.6842.2226.47
Hex60274003B213E14e2a1a
Octal1404710007341765165232
Binary11000001001111000000011101110000111111010100111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602740; }

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

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

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

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

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

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

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

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