#652046

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

Shades of Pompadour #652046

Tints of Pompadour #652046

Color information

#652046 (or 0x652046) is unknown color: approx Pompadour. HEX triplet: 65, 20 and 46. RGB value is (101,32,70). Sum of RGB (Red+Green+Blue) = 101+32+70=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #652046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652046 is #9ADFB9. Grayscale: #383838. Windows color (decimal): -10149818 or 4595813. OLE color: 4595813.

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

Color convert

RGB1013270-
CMYK00.680.310.60
HSL326.96º51.88%26.08%-
HSV(B)326.96º68.32%39.61%-
XYZ6.994.246.24-
YUV56.96135.36159.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.75%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 70 (27.73% from 255) = 34.48%
R=49.75%
G=15.76%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101327000.680.310.60326.9651.8826.08
Hex6520460441F3C147341a
Octal14540106010437745076432
Binary11001011000001000110010001001111111110010100011111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652046; }

 p { color: rgb(101,32,70); }

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

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

 a { background-color: rgb(101,32,70); }

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

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

 span { border-color: rgb(101,32,70); }

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