#652C4D

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

Shades of Pompadour #652C4D

Tints of Pompadour #652C4D

Color information

#652C4D (or 0x652C4D) is unknown color: approx Pompadour. HEX triplet: 65, 2C and 4D. RGB value is (101,44,77). Sum of RGB (Red+Green+Blue) = 101+44+77=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 101 - color contains mainly: red. Hex color #652C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C4D is #9AD3B2. Grayscale: #404040. Windows color (decimal): -10146739 or 5057637. OLE color: 5057637.

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

Color convert

RGB1014477-
CMYK00.560.240.60
HSL325.26º39.31%28.43%-
HSV(B)325.26º56.44%39.61%-
XYZ7.615.17.61-
YUV64.81134.88153.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.50%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=45.50%
G=19.82%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101447700.560.240.60325.2639.3128.43
Hex652C4D038183C145271c
Octal1455411507030745054734
Binary1100101101100100110101110001100011110010100010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,44,77); }

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

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

 a { background-color: rgb(101,44,77); }

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

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

 span { border-color: rgb(101,44,77); }

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