#651A4E

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

Shades of Pompadour #651A4E

Tints of Pompadour #651A4E

Color information

#651A4E (or 0x651A4E) is unknown color: approx Pompadour. HEX triplet: 65, 1A and 4E. RGB value is (101,26,78). Sum of RGB (Red+Green+Blue) = 101+26+78=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #651A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651A4E is #9AE5B1. Grayscale: #363636. Windows color (decimal): -10151346 or 5118565. OLE color: 5118565.

HSL color Cylindrical-coordinate representation of color #651A4E: hue angle of 318.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 #651A4E is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB1012678-
CMYK00.740.230.60
HSL318.4º59.06%24.9%-
HSV(B)318.4º74.26%39.61%-
XYZ7.114.067.62-
YUV54.35141.35161.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.27%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=49.27%
G=12.68%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101267800.740.230.60318.459.0624.9
Hex651A4E04A173C13e3b19
Octal14532116011227744767331
Binary1100101110101001110010010101011111110010011111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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