#652A4F

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

Shades of Pompadour #652A4F

Tints of Pompadour #652A4F

Color information

#652A4F (or 0x652A4F) is unknown color: approx Pompadour. HEX triplet: 65, 2A and 4F. RGB value is (101,42,79). Sum of RGB (Red+Green+Blue) = 101+42+79=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 101 - color contains mainly: red. Hex color #652A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652A4F is #9AD5B0. Grayscale: #3F3F3F. Windows color (decimal): -10147249 or 5188197. OLE color: 5188197.

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

Color convert

RGB1014279-
CMYK00.580.220.60
HSL322.37º41.26%28.04%-
HSV(B)322.37º58.42%39.61%-
XYZ7.614.997.96-
YUV63.86136.55154.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.50%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=45.50%
G=18.92%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101427900.580.220.60322.3741.2628.04
Hex652A4F03A163C142291c
Octal1455211707226745025134
Binary1100101101010100111101110101011011110010100001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,42,79); }

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

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

 a { background-color: rgb(101,42,79); }

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

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

 span { border-color: rgb(101,42,79); }

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