#652547

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

Shades of Pompadour #652547

Tints of Pompadour #652547

Color information

#652547 (or 0x652547) is unknown color: approx Pompadour. HEX triplet: 65, 25 and 47. RGB value is (101,37,71). Sum of RGB (Red+Green+Blue) = 101+37+71=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #652547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652547 is #9ADAB8. Grayscale: #3B3B3B. Windows color (decimal): -10148537 or 4662629. OLE color: 4662629.

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

Color convert

RGB1013771-
CMYK00.630.300.60
HSL328.12º46.38%27.06%-
HSV(B)328.12º63.37%39.61%-
XYZ7.174.546.46-
YUV60.01134.2157.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.33%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 71 (28.12% from 255) = 33.97%
R=48.33%
G=17.70%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101377100.630.300.60328.1246.3827.06
Hex65254703F1E3C1482e1b
Octal1454510707736745105633
Binary1100101100101100011101111111111011110010100100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652547; }

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

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

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

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

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

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

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

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