#7D1350

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

Shades of Pompadour #7D1350

Tints of Pompadour #7D1350

Color information

#7D1350 (or 0x7D1350) is unknown color: approx Pompadour. HEX triplet: 7D, 13 and 50. RGB value is (125,19,80). Sum of RGB (Red+Green+Blue) = 125+19+80=224 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.80% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1350 is #82ECAF. Grayscale: #393939. Windows color (decimal): -8580272 or 5247869. OLE color: 5247869.

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

Color convert

RGB1251980-
CMYK00.850.360.51
HSL325.47º73.61%28.24%-
HSV(B)325.47º84.8%49.02%-
XYZ10.145.48.1-
YUV57.65140.62176.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 55.80%
GREEN value IS 19 (7.81% from 255) = 8.48%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=55.80%
G=8.48%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125198000.850.360.51325.4773.6128.24
Hex7D135005524331454a1c
Octal175231200125446350511234
Binary111110110011101000001010101100100110011101000101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,19,80); }

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

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

 a { background-color: rgb(125,19,80); }

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

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

 span { border-color: rgb(125,19,80); }

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