#652B4B

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

Shades of Pompadour #652B4B

Tints of Pompadour #652B4B

Color information

#652B4B (or 0x652B4B) is unknown color: approx Pompadour. HEX triplet: 65, 2B and 4B. RGB value is (101,43,75). Sum of RGB (Red+Green+Blue) = 101+43+75=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #652B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652B4B is #9AD4B4. Grayscale: #3F3F3F. Windows color (decimal): -10146997 or 4926309. OLE color: 4926309.

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

Color convert

RGB1014375-
CMYK00.570.260.60
HSL326.9º40.28%28.24%-
HSV(B)326.9º57.43%39.61%-
XYZ7.557.23-
YUV63.99134.22154.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.12%
GREEN value IS 43 (17.19% from 255) = 19.63%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=46.12%
G=19.63%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101437500.570.260.60326.940.2828.24
Hex652B4B0391A3C147281c
Octal1455311307132745075034
Binary1100101101011100101101110011101011110010100011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,43,75); }

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

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

 a { background-color: rgb(101,43,75); }

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

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

 span { border-color: rgb(101,43,75); }

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