#652548

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

Shades of Pompadour #652548

Tints of Pompadour #652548

Color information

#652548 (or 0x652548) is unknown color: approx Pompadour. HEX triplet: 65, 25 and 48. RGB value is (101,37,72). Sum of RGB (Red+Green+Blue) = 101+37+72=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #652548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652548 is #9ADAB7. Grayscale: #3C3C3C. Windows color (decimal): -10148536 or 4728165. OLE color: 4728165.

HSL color Cylindrical-coordinate representation of color #652548: hue angle of 327.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #652548 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB1013772-
CMYK00.630.290.60
HSL327.19º46.38%27.06%-
HSV(B)327.19º63.37%39.61%-
XYZ7.24.566.63-
YUV60.13134.7157.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.10%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=48.10%
G=17.62%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101377200.630.290.60327.1946.3827.06
Hex65254803F1D3C1472e1b
Octal1454511007735745075633
Binary1100101100101100100001111111110111110010100011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652548; }

 p { color: rgb(101,37,72); }

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

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

 a { background-color: rgb(101,37,72); }

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

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

 span { border-color: rgb(101,37,72); }

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