#651949

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

Shades of Pompadour #651949

Tints of Pompadour #651949

Color information

#651949 (or 0x651949) is unknown color: approx Pompadour. HEX triplet: 65, 19 and 49. RGB value is (101,25,73). Sum of RGB (Red+Green+Blue) = 101+25+73=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #651949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651949 is #9AE6B6. Grayscale: #353535. Windows color (decimal): -10151607 or 4790629. OLE color: 4790629.

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

Color convert

RGB1012573-
CMYK00.750.280.60
HSL322.11º60.32%24.71%-
HSV(B)322.11º75.25%39.61%-
XYZ6.923.946.7-
YUV53.2139.18162.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=50.75%
G=12.56%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101257300.750.280.60322.1160.3224.71
Hex65194904B1C3C1423c19
Octal14531111011334745027431
Binary1100101110011001001010010111110011110010100001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651949; }

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

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

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

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

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

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

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

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