Html Css Color HEX #602941 Pompadour

📋 copy color: '#602941'

red 96 ◦ green 41 ◦ blue 65

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

Shades of Pompadour #602941

Tints of Pompadour #602941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 47.52%
G = 20.3%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#602941 (or 0x602941) is known color: Pompadour. HEX triplet: 60, 29 and 41. RGB value is (96,41,65). Sum of RGB (Red+Green+Blue) = 96+41+65=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #602941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602941 is #9FD6BE. Grayscale: #3C3C3C. Windows color (decimal): -10475199 or 4270432. OLE color: 4270432.

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

Color convert

RGB 96 41 65 -
CMYK 0 0.57 0.32 0.62
HSL 333.82º 0.4% 0.27% -
HSV(B) 333.82º 0.57% 0.38% -
XYZ 6.57 4.45 5.51 -
YUV 60.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 96 41 65 0 0.57 0.32 0.62 333.82 0.4 0.27
Hex 60 29 41 0 39 20 3E 14E 28 1B
Octal 140 51 101 0 71 40 76 516 50 33
Binary 1100000 101001 1000001 0 111001 100000 111110 101001110 101000 11011

Color Harmonies of #602941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602941

Black with #602941

Text Example


Text Example

White with #602941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602941; }

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

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

background-color css

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

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

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

border-color css

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

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

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