#651C49

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

Shades of Pompadour #651C49

Tints of Pompadour #651C49

Color information

#651C49 (or 0x651C49) is unknown color: approx Pompadour. HEX triplet: 65, 1C and 49. RGB value is (101,28,73). Sum of RGB (Red+Green+Blue) = 101+28+73=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #651C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651C49 is #9AE3B6. Grayscale: #363636. Windows color (decimal): -10150839 or 4791397. OLE color: 4791397.

HSL color Cylindrical-coordinate representation of color #651C49: hue angle of 323.01º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #651C49 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB1012873-
CMYK00.720.280.60
HSL323.01º56.59%25.29%-
HSV(B)323.01º72.28%39.61%-
XYZ6.984.086.72-
YUV54.96138.18160.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 13.86%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=50%
G=13.86%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101287300.720.280.60323.0156.5925.29
Hex651C490481C3C1433919
Octal14534111011034745037131
Binary1100101111001001001010010001110011110010100001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651C49; }

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

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

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

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

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

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

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

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