#710F4C

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

Shades of Pompadour #710F4C

Tints of Pompadour #710F4C

Color information

#710F4C (or 0x710F4C) is unknown color: approx Pompadour. HEX triplet: 71, 0F and 4C. RGB value is (113,15,76). Sum of RGB (Red+Green+Blue) = 113+15+76=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #710F4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710F4C is #8EF0B3. Grayscale: #333333. Windows color (decimal): -9367732 or 4984689. OLE color: 4984689.

HSL color Cylindrical-coordinate representation of color #710F4C: hue angle of 322.65º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #710F4C is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1131576-
CMYK00.870.330.56
HSL322.65º76.56%25.1%-
HSV(B)322.65º86.73%44.31%-
XYZ8.294.377.25-
YUV51.26141.97172.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 15 (6.25% from 255) = 7.35%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=55.39%
G=7.35%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113157600.870.330.56322.6576.5625.1
Hex71F4C05721381434d19
Octal161171140127417050311531
Binary11100011111100110001010111100001111000101000011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710F4C; }

 p { color: rgb(113,15,76); }

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

<style>
 a { background-color: #710F4C; }

 a { background-color: rgb(113,15,76); }

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

<style>
 span { border-color: #710F4C; }

 span { border-color: rgb(113,15,76); }

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