Html Css Color HEX #710F4C Pompadour

📋 copy color: '#710F4C'

red 113 ◦ green 15 ◦ blue 76

#710F4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #710F4C

Tints of Pompadour #710F4C

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 value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#710F4C (or 0x710F4C) is known color: 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

RGB 113 15 76 -
CMYK 0 0.87 0.33 0.56
HSL 322.65º 0.77% 0.25% -
HSV(B) 322.65º 0.87% 0.44% -
XYZ 8.29 4.37 7.25 -
YUV 51.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 113 15 76 0 0.87 0.33 0.56 322.65 0.77 0.25
Hex 71 F 4C 0 57 21 38 143 4D 19
Octal 161 17 114 0 127 41 70 503 115 31
Binary 1110001 1111 1001100 0 1010111 100001 111000 101000011 1001101 11001

Color Harmonies of #710F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710F4C

Black with #710F4C

Text Example


Text Example

White with #710F4C

Text Example


Text Example

HTML Codes & Css Web 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>