#651940

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

Shades of Pompadour #651940

Tints of Pompadour #651940

Color information

#651940 (or 0x651940) is unknown color: approx Pompadour. HEX triplet: 65, 19 and 40. RGB value is (101,25,64). Sum of RGB (Red+Green+Blue) = 101+25+64=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #651940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651940 is #9AE6BF. Grayscale: #343434. Windows color (decimal): -10151616 or 4200805. OLE color: 4200805.

HSL color Cylindrical-coordinate representation of color #651940: hue angle of 329.21º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #651940 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB1012564-
CMYK00.750.370.60
HSL329.21º60.32%24.71%-
HSV(B)329.21º75.25%39.61%-
XYZ6.643.835.24-
YUV52.17134.68162.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.16%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=53.16%
G=13.16%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101256400.750.370.60329.2160.3224.71
Hex65194004B253C1493c19
Octal14531100011345745117431
Binary11001011100110000000100101110010111110010100100111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651940; }

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

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

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

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

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

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

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

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