Html Css Color HEX #71114F Pompadour

📋 copy color: '#71114F'

red 113 ◦ green 17 ◦ blue 79

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

Shades of Pompadour #71114F

Tints of Pompadour #71114F

RGB

 RED value IS 113 (44.53% from 255) = 54.07%

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 79 (31.25% from 255) = 37.8%

R = 54.07%
G = 8.13%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71114F (or 0x71114F) is known color: Pompadour. HEX triplet: 71, 11 and 4F. RGB value is (113,17,79). Sum of RGB (Red+Green+Blue) = 113+17+79=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71114F is #8EEEB0. Grayscale: #343434. Windows color (decimal): -9367217 or 5181809. OLE color: 5181809.

HSL color Cylindrical-coordinate representation of color #71114F: hue angle of 321.25º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71114F is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 79 -
CMYK 0 0.85 0.30 0.56
HSL 321.25º 0.74% 0.25% -
HSV(B) 321.25º 0.85% 0.44% -
XYZ 8.42 4.48 7.82 -
YUV 52.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 113 17 79 0 0.85 0.30 0.56 321.25 0.74 0.25
Hex 71 11 4F 0 55 1E 38 141 4A 19
Octal 161 21 117 0 125 36 70 501 112 31
Binary 1110001 10001 1001111 0 1010101 11110 111000 101000001 1001010 11001

Color Harmonies of #71114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71114F

Black with #71114F

Text Example


Text Example

White with #71114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71114F; }

 p { color: rgb(113,17,79); }

 H1.HeaderClassName
 {
   color: #71114F;
 }
 .AnyTagClassName
 {
   color: #71114F;
 }
</style>

background-color css

<style>
 a { background-color: #71114F; }

 a { background-color: rgb(113,17,79); }

 div.DivClassName
 {
   background-color: #71114F;
 }
 .BgClassName
 {
   background-color: #71114F;
 }
</style>

border-color css

<style>
 span { border-color: #71114F; }

 span { border-color: rgb(113,17,79); }

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