#651A44

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

Shades of Pompadour #651A44

Tints of Pompadour #651A44

Color information

#651A44 (or 0x651A44) is unknown color: approx Pompadour. HEX triplet: 65, 1A and 44. RGB value is (101,26,68). Sum of RGB (Red+Green+Blue) = 101+26+68=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #651A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651A44 is #9AE5BB. Grayscale: #353535. Windows color (decimal): -10151356 or 4463205. OLE color: 4463205.

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

Color convert

RGB1012668-
CMYK00.740.330.60
HSL326.4º59.06%24.9%-
HSV(B)326.4º74.26%39.61%-
XYZ6.783.925.87-
YUV53.21136.35162.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.79%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 68 (26.95% from 255) = 34.87%
R=51.79%
G=13.33%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101266800.740.330.60326.459.0624.9
Hex651A4404A213C1463b19
Octal14532104011241745067331
Binary11001011101010001000100101010000111110010100011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,26,68); }

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

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

 a { background-color: rgb(101,26,68); }

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

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

 span { border-color: rgb(101,26,68); }

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