#602642

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

Shades of Pompadour #602642

Tints of Pompadour #602642

Color information

#602642 (or 0x602642) is unknown color: approx Pompadour. HEX triplet: 60, 26 and 42. RGB value is (96,38,66). Sum of RGB (Red+Green+Blue) = 96+38+66=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #602642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602642 is #9FD9BD. Grayscale: #3A3A3A. Windows color (decimal): -10475966 or 4335200. OLE color: 4335200.

HSL color Cylindrical-coordinate representation of color #602642: hue angle of 331.03º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #602642 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB963866-
CMYK00.600.310.62
HSL331.03º43.28%26.27%-
HSV(B)331.03º60.42%37.65%-
XYZ6.54.275.64-
YUV58.53132.22154.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 38 (15.23% from 255) = 19%
BLUE value IS 66 (26.17% from 255) = 33%
R=48%
G=19%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96386600.600.310.62331.0343.2826.27
Hex60264203C1F3E14b2b1a
Octal1404610207437765135332
Binary1100000100110100001001111001111111111010100101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602642; }

 p { color: rgb(96,38,66); }

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

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

 a { background-color: rgb(96,38,66); }

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

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

 span { border-color: rgb(96,38,66); }

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