Html Css Color HEX #652047 Pompadour

📋 copy color: '#652047'

red 101 ◦ green 32 ◦ blue 71

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

Shades of Pompadour #652047

Tints of Pompadour #652047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.8%

R = 49.51%
G = 15.69%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#652047 (or 0x652047) is known color: Pompadour. HEX triplet: 65, 20 and 47. RGB value is (101,32,71). Sum of RGB (Red+Green+Blue) = 101+32+71=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #652047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652047 is #9ADFB8. Grayscale: #383838. Windows color (decimal): -10149817 or 4661349. OLE color: 4661349.

HSL color Cylindrical-coordinate representation of color #652047: hue angle of 326.09º 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 #652047 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 32 71 -
CMYK 0 0.68 0.30 0.60
HSL 326.09º 0.52% 0.26% -
HSV(B) 326.09º 0.68% 0.4% -
XYZ 7.02 4.25 6.41 -
YUV 57.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 101 32 71 0 0.68 0.30 0.60 326.09 0.52 0.26
Hex 65 20 47 0 44 1E 3C 146 34 1A
Octal 145 40 107 0 104 36 74 506 64 32
Binary 1100101 100000 1000111 0 1000100 11110 111100 101000110 110100 11010

Color Harmonies of #652047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652047

Black with #652047

Text Example


Text Example

White with #652047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652047; }

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

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

background-color css

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

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

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

border-color css

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

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

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