#7D1651

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

Shades of Pompadour #7D1651

Tints of Pompadour #7D1651

Color information

#7D1651 (or 0x7D1651) is unknown color: approx Pompadour. HEX triplet: 7D, 16 and 51. RGB value is (125,22,81). Sum of RGB (Red+Green+Blue) = 125+22+81=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1651 is #82E9AE. Grayscale: #3B3B3B. Windows color (decimal): -8579503 or 5314173. OLE color: 5314173.

HSL color Cylindrical-coordinate representation of color #7D1651: hue angle of 325.63º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D1651 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB1252281-
CMYK00.820.350.51
HSL325.63º70.07%28.82%-
HSV(B)325.63º82.4%49.02%-
XYZ10.235.538.31-
YUV59.52140.12174.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 54.82%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=54.82%
G=9.65%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125228100.820.350.51325.6370.0728.82
Hex7D16510522333146461d
Octal175261210122436350610635
Binary111110110110101000101010010100011110011101000110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D1651; }

 p { color: rgb(125,22,81); }

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

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

 a { background-color: rgb(125,22,81); }

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

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

 span { border-color: rgb(125,22,81); }

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