#7D1856

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

Shades of Pompadour #7D1856

Tints of Pompadour #7D1856

Color information

#7D1856 (or 0x7D1856) is unknown color: approx Pompadour. HEX triplet: 7D, 18 and 56. RGB value is (125,24,86). Sum of RGB (Red+Green+Blue) = 125+24+86=235 (31% of max value = 765). Red value is 125 (49.22% from 255 or 53.19% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1856 is #82E7A9. Grayscale: #3D3D3D. Windows color (decimal): -8578986 or 5642365. OLE color: 5642365.

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

Color convert

RGB1252486-
CMYK00.810.310.51
HSL323.17º67.79%29.22%-
HSV(B)323.17º80.8%49.02%-
XYZ10.465.699.35-
YUV61.27141.96173.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.19%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=53.19%
G=10.21%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125248600.810.310.51323.1767.7929.22
Hex7D18560511F33143441d
Octal175301260121376350310435
Binary11111011100010101100101000111111110011101000011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,24,86); }

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

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

 a { background-color: rgb(125,24,86); }

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

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

 span { border-color: rgb(125,24,86); }

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