Html Css Color HEX #602942 Pompadour

📋 copy color: '#602942'

red 96 ◦ green 41 ◦ blue 66

#602942
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #602942

Tints of Pompadour #602942

RGB

 RED value IS 96 (37.89% from 255) = 47.29%

 GREEN value IS 41 (16.41% from 255) = 20.2%

 BLUE value IS 66 (26.17% from 255) = 32.51%

R = 47.29%
G = 20.2%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#602942 (or 0x602942) is known color: Pompadour. HEX triplet: 60, 29 and 42. RGB value is (96,41,66). Sum of RGB (Red+Green+Blue) = 96+41+66=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #602942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602942 is #9FD6BD. Grayscale: #3C3C3C. Windows color (decimal): -10475198 or 4335968. OLE color: 4335968.

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

Color convert

RGB 96 41 66 -
CMYK 0 0.57 0.31 0.62
HSL 332.73º 0.4% 0.27% -
HSV(B) 332.73º 0.57% 0.38% -
XYZ 6.6 4.47 5.67 -
YUV 60.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 96 41 66 0 0.57 0.31 0.62 332.73 0.4 0.27
Hex 60 29 42 0 39 1F 3E 14D 28 1B
Octal 140 51 102 0 71 37 76 515 50 33
Binary 1100000 101001 1000010 0 111001 11111 111110 101001101 101000 11011

Color Harmonies of #602942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602942

Black with #602942

Text Example


Text Example

White with #602942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602942; }

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

 H1.HeaderClassName
 {
   color: #602942;
 }
 .AnyTagClassName
 {
   color: #602942;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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