#652140

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

Shades of Pompadour #652140

Tints of Pompadour #652140

Color information

#652140 (or 0x652140) is unknown color: approx Pompadour. HEX triplet: 65, 21 and 40. RGB value is (101,33,64). Sum of RGB (Red+Green+Blue) = 101+33+64=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #652140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652140 is #9ADEBF. Grayscale: #383838. Windows color (decimal): -10149568 or 4202853. OLE color: 4202853.

HSL color Cylindrical-coordinate representation of color #652140: hue angle of 332.65º 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 #652140 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB1013364-
CMYK00.670.370.60
HSL332.65º50.75%26.27%-
HSV(B)332.65º67.33%39.61%-
XYZ6.844.225.31-
YUV56.87132.03159.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.01%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 64 (25.39% from 255) = 32.32%
R=51.01%
G=16.67%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101336400.670.370.60332.6550.7526.27
Hex652140043253C14d331a
Octal14541100010345745156332
Binary110010110000110000000100001110010111110010100110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652140; }

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

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

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

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

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

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

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

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