#652146

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

Shades of Pompadour #652146

Tints of Pompadour #652146

Color information

#652146 (or 0x652146) is unknown color: approx Pompadour. HEX triplet: 65, 21 and 46. RGB value is (101,33,70). Sum of RGB (Red+Green+Blue) = 101+33+70=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #652146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652146 is #9ADEB9. Grayscale: #393939. Windows color (decimal): -10149562 or 4596069. OLE color: 4596069.

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

Color convert

RGB1013370-
CMYK00.670.310.60
HSL327.35º50.75%26.27%-
HSV(B)327.35º67.33%39.61%-
XYZ7.024.36.25-
YUV57.55135.03158.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.51%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=49.51%
G=16.18%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101337000.670.310.60327.3550.7526.27
Hex6521460431F3C147331a
Octal14541106010337745076332
Binary11001011000011000110010000111111111110010100011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652146; }

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

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

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

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

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

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

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

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