#652D51

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

Shades of Pompadour #652D51

Tints of Pompadour #652D51

Color information

#652D51 (or 0x652D51) is unknown color: approx Pompadour. HEX triplet: 65, 2D and 51. RGB value is (101,45,81). Sum of RGB (Red+Green+Blue) = 101+45+81=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #652D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652D51 is #9AD2AE. Grayscale: #414141. Windows color (decimal): -10146479 or 5320037. OLE color: 5320037.

HSL color Cylindrical-coordinate representation of color #652D51: hue angle of 321.43º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #652D51 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB1014581-
CMYK00.550.200.60
HSL321.43º38.36%28.63%-
HSV(B)321.43º55.45%39.61%-
XYZ7.795.248.38-
YUV65.85136.55153.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=44.49%
G=19.82%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101458100.550.200.60321.4338.3628.63
Hex652D51037143C141261d
Octal1455512106724745014635
Binary1100101101101101000101101111010011110010100000110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,45,81); }

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

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

 a { background-color: rgb(101,45,81); }

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

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

 span { border-color: rgb(101,45,81); }

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