#7D1254

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

Shades of Pompadour #7D1254

Tints of Pompadour #7D1254

Color information

#7D1254 (or 0x7D1254) is unknown color: approx Pompadour. HEX triplet: 7D, 12 and 54. RGB value is (125,18,84). Sum of RGB (Red+Green+Blue) = 125+18+84=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1254 is #82EDAB. Grayscale: #393939. Windows color (decimal): -8580524 or 5509757. OLE color: 5509757.

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

Color convert

RGB1251884-
CMYK00.860.330.51
HSL322.99º74.83%28.04%-
HSV(B)322.99º85.6%49.02%-
XYZ10.275.438.89-
YUV57.52142.95176.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 55.07%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=55.07%
G=7.93%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125188400.860.330.51322.9974.8328.04
Hex7D125405621331434b1c
Octal175221240126416350311334
Binary111110110010101010001010110100001110011101000011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,18,84); }

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

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

 a { background-color: rgb(125,18,84); }

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

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

 span { border-color: rgb(125,18,84); }

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