Html Css Color HEX #602949 Pompadour

📋 copy color: '#602949'

red 96 ◦ green 41 ◦ blue 73

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

Shades of Pompadour #602949

Tints of Pompadour #602949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 34.76%

R = 45.71%
G = 19.52%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#602949 (or 0x602949) is known color: Pompadour. HEX triplet: 60, 29 and 49. RGB value is (96,41,73). Sum of RGB (Red+Green+Blue) = 96+41+73=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #602949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602949 is #9FD6B6. Grayscale: #3D3D3D. Windows color (decimal): -10475191 or 4794720. OLE color: 4794720.

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

Color convert

RGB 96 41 73 -
CMYK 0 0.57 0.24 0.62
HSL 325.09º 0.4% 0.27% -
HSV(B) 325.09º 0.57% 0.38% -
XYZ 6.82 4.55 6.82 -
YUV 61.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 96 41 73 0 0.57 0.24 0.62 325.09 0.4 0.27
Hex 60 29 49 0 39 18 3E 145 28 1B
Octal 140 51 111 0 71 30 76 505 50 33
Binary 1100000 101001 1001001 0 111001 11000 111110 101000101 101000 11011

Color Harmonies of #602949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602949

Black with #602949

Text Example


Text Example

White with #602949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602949; }

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

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

background-color css

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

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

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

border-color css

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

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

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