#7D104F

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

Shades of Pompadour #7D104F

Tints of Pompadour #7D104F

Color information

#7D104F (or 0x7D104F) is unknown color: approx Pompadour. HEX triplet: 7D, 10 and 4F. RGB value is (125,16,79). Sum of RGB (Red+Green+Blue) = 125+16+79=220 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.82% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 125 - color contains mainly: red. Hex color #7D104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D104F is #82EFB0. Grayscale: #373737. Windows color (decimal): -8581041 or 5181565. OLE color: 5181565.

HSL color Cylindrical-coordinate representation of color #7D104F: hue angle of 325.32º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D104F is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB1251679-
CMYK00.870.370.51
HSL325.32º77.3%27.65%-
HSV(B)325.32º87.2%49.02%-
XYZ10.055.37.89-
YUV55.77141.11177.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 56.82%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=56.82%
G=7.27%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125167900.870.370.51325.3277.327.65
Hex7D104F05725331454d1c
Octal175201170127456350511534
Binary111110110000100111101010111100101110011101000101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,16,79); }

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

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

 a { background-color: rgb(125,16,79); }

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

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

 span { border-color: rgb(125,16,79); }

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