#651A4B

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

Shades of Pompadour #651A4B

Tints of Pompadour #651A4B

Color information

#651A4B (or 0x651A4B) is unknown color: approx Pompadour. HEX triplet: 65, 1A and 4B. RGB value is (101,26,75). Sum of RGB (Red+Green+Blue) = 101+26+75=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #651A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651A4B is #9AE5B4. Grayscale: #353535. Windows color (decimal): -10151349 or 4921957. OLE color: 4921957.

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

Color convert

RGB1012675-
CMYK00.740.260.60
HSL320.8º59.06%24.9%-
HSV(B)320.8º74.26%39.61%-
XYZ7.014.017.06-
YUV54.01139.85161.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 12.87%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=50%
G=12.87%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101267500.740.260.60320.859.0624.9
Hex651A4B04A1A3C1413b19
Octal14532113011232745017331
Binary1100101110101001011010010101101011110010100000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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