#652247

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

Shades of Pompadour #652247

Tints of Pompadour #652247

Color information

#652247 (or 0x652247) is unknown color: approx Pompadour. HEX triplet: 65, 22 and 47. RGB value is (101,34,71). Sum of RGB (Red+Green+Blue) = 101+34+71=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #652247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652247 is #9ADDB8. Grayscale: #3A3A3A. Windows color (decimal): -10149305 or 4661861. OLE color: 4661861.

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

Color convert

RGB1013471-
CMYK00.660.300.60
HSL326.87º49.63%26.47%-
HSV(B)326.87º66.34%39.61%-
XYZ7.084.376.43-
YUV58.25135.2158.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.03%
GREEN value IS 34 (13.67% from 255) = 16.50%
BLUE value IS 71 (28.12% from 255) = 34.47%
R=49.03%
G=16.50%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101347100.660.300.60326.8749.6326.47
Hex6522470421E3C147321a
Octal14542107010236745076232
Binary11001011000101000111010000101111011110010100011111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652247; }

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

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

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

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

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

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

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

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