Html Css Color HEX #652951 Pompadour

📋 copy color: '#652951'

red 101 ◦ green 41 ◦ blue 81

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

Shades of Pompadour #652951

Tints of Pompadour #652951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.32%

R = 45.29%
G = 18.39%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#652951 (or 0x652951) is known color: Pompadour. HEX triplet: 65, 29 and 51. RGB value is (101,41,81). Sum of RGB (Red+Green+Blue) = 101+41+81=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #652951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652951 is #9AD6AE. Grayscale: #3F3F3F. Windows color (decimal): -10147503 or 5319013. OLE color: 5319013.

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

Color convert

RGB 101 41 81 -
CMYK 0 0.59 0.20 0.60
HSL 320º 0.42% 0.28% -
HSV(B) 320º 0.59% 0.4% -
XYZ 7.64 4.95 8.34 -
YUV 63.5 137.88 154.75 -
System Red Green Blue C M Y K H S L
Decimal 101 41 81 0 0.59 0.20 0.60 320 0.42 0.28
Hex 65 29 51 0 3B 14 3C 140 2A 1C
Octal 145 51 121 0 73 24 74 500 52 34
Binary 1100101 101001 1010001 0 111011 10100 111100 101000000 101010 11100

Color Harmonies of #652951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652951

Black with #652951

Text Example


Text Example

White with #652951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652951; }

 p { color: rgb(101,41,81); }

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

background-color css

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

 a { background-color: rgb(101,41,81); }

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

border-color css

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

 span { border-color: rgb(101,41,81); }

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