Html Css Color HEX #652049 Pompadour

📋 copy color: '#652049'

red 101 ◦ green 32 ◦ blue 73

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

Shades of Pompadour #652049

Tints of Pompadour #652049

RGB

 RED value IS 101 (39.84% from 255) = 49.03%

 GREEN value IS 32 (12.89% from 255) = 15.53%

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

R = 49.03%
G = 15.53%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#652049 (or 0x652049) is known color: Pompadour. HEX triplet: 65, 20 and 49. RGB value is (101,32,73). Sum of RGB (Red+Green+Blue) = 101+32+73=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #652049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652049 is #9ADFB6. Grayscale: #393939. Windows color (decimal): -10149815 or 4792421. OLE color: 4792421.

HSL color Cylindrical-coordinate representation of color #652049: hue angle of 324.35º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #652049 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 32 73 -
CMYK 0 0.68 0.28 0.60
HSL 324.35º 0.52% 0.26% -
HSV(B) 324.35º 0.68% 0.4% -
XYZ 7.09 4.28 6.76 -
YUV 57.31 136.86 159.17 -
System Red Green Blue C M Y K H S L
Decimal 101 32 73 0 0.68 0.28 0.60 324.35 0.52 0.26
Hex 65 20 49 0 44 1C 3C 144 34 1A
Octal 145 40 111 0 104 34 74 504 64 32
Binary 1100101 100000 1001001 0 1000100 11100 111100 101000100 110100 11010

Color Harmonies of #652049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652049

Black with #652049

Text Example


Text Example

White with #652049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652049; }

 p { color: rgb(101,32,73); }

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

background-color css

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

 a { background-color: rgb(101,32,73); }

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

border-color css

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

 span { border-color: rgb(101,32,73); }

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