#652A47

Color #652A47 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #652A47

Tints of Pompadour #652A47

Color information

#652A47 (or 0x652A47) is unknown color: approx Pompadour. HEX triplet: 65, 2A and 47. RGB value is (101,42,71). Sum of RGB (Red+Green+Blue) = 101+42+71=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #652A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652A47 is #9AD5B8. Grayscale: #3E3E3E. Windows color (decimal): -10147257 or 4663909. OLE color: 4663909.

HSL color Cylindrical-coordinate representation of color #652A47: hue angle of 330.51º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #652A47 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB1014271-
CMYK00.580.300.60
HSL330.51º41.26%28.04%-
HSV(B)330.51º58.42%39.61%-
XYZ7.334.886.52-
YUV62.95132.55155.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.20%
GREEN value IS 42 (16.80% from 255) = 19.63%
BLUE value IS 71 (28.12% from 255) = 33.18%
R=47.20%
G=19.63%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101427100.580.300.60330.5141.2628.04
Hex652A4703A1E3C14b291c
Octal1455210707236745135134
Binary1100101101010100011101110101111011110010100101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652A47; }

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

 H1.HeaderClassName
 {
   color: #652A47;
 }
 .AnyTagClassName
 {
   color: #652A47;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #652A47;
 }
 .BgClassName
 {
   background-color: #652A47;
 }
</style>
border-color css

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

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

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