#602743

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

Shades of Pompadour #602743

Tints of Pompadour #602743

Color information

#602743 (or 0x602743) is unknown color: approx Pompadour. HEX triplet: 60, 27 and 43. RGB value is (96,39,67). Sum of RGB (Red+Green+Blue) = 96+39+67=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #602743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602743 is #9FD8BC. Grayscale: #3B3B3B. Windows color (decimal): -10475709 or 4400992. OLE color: 4400992.

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

Color convert

RGB963967-
CMYK00.590.300.62
HSL330.53º42.22%26.47%-
HSV(B)330.53º59.38%37.65%-
XYZ6.564.345.8-
YUV59.23132.38154.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 67 (26.56% from 255) = 33.17%
R=47.52%
G=19.31%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96396700.590.300.62330.5342.2226.47
Hex60274303B1E3E14b2a1a
Octal1404710307336765135232
Binary1100000100111100001101110111111011111010100101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602743; }

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

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

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

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

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

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

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

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