#652948

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

Shades of Pompadour #652948

Tints of Pompadour #652948

Color information

#652948 (or 0x652948) is unknown color: approx Pompadour. HEX triplet: 65, 29 and 48. RGB value is (101,41,72). Sum of RGB (Red+Green+Blue) = 101+41+72=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #652948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652948 is #9AD6B7. Grayscale: #3E3E3E. Windows color (decimal): -10147512 or 4729189. OLE color: 4729189.

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

Color convert

RGB1014172-
CMYK00.590.290.60
HSL329º42.25%27.84%-
HSV(B)329º59.41%39.61%-
XYZ7.334.826.68-
YUV62.47133.38155.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.20%
GREEN value IS 41 (16.41% from 255) = 19.16%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=47.20%
G=19.16%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101417200.590.290.6032942.2527.84
Hex65294803B1D3C1492a1c
Octal1455111007335745115234
Binary1100101101001100100001110111110111110010100100110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652948; }

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

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

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

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

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

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

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

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