#602741

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

Shades of Pompadour #602741

Tints of Pompadour #602741

Color information

#602741 (or 0x602741) is unknown color: approx Pompadour. HEX triplet: 60, 27 and 41. RGB value is (96,39,65). Sum of RGB (Red+Green+Blue) = 96+39+65=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #602741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602741 is #9FD8BE. Grayscale: #3A3A3A. Windows color (decimal): -10475711 or 4269920. OLE color: 4269920.

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

Color convert

RGB963965-
CMYK00.590.320.62
HSL332.63º42.22%26.47%-
HSV(B)332.63º59.38%37.65%-
XYZ6.54.325.49-
YUV59.01131.38154.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 65 (25.78% from 255) = 32.5%
R=48%
G=19.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96396500.590.320.62332.6342.2226.47
Hex60274103B203E14d2a1a
Octal1404710107340765155232
Binary11000001001111000001011101110000011111010100110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602741; }

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

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

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

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

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

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

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

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