Html Css Color HEX #71124D Pompadour

📋 copy color: '#71124D'

red 113 ◦ green 18 ◦ blue 77

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

Shades of Pompadour #71124D

Tints of Pompadour #71124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

 BLUE value IS 77 (30.47% from 255) = 37.02%

R = 54.33%
G = 8.65%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71124D (or 0x71124D) is known color: Pompadour. HEX triplet: 71, 12 and 4D. RGB value is (113,18,77). Sum of RGB (Red+Green+Blue) = 113+18+77=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71124D is #8EEDB2. Grayscale: #343434. Windows color (decimal): -9366963 or 5050993. OLE color: 5050993.

HSL color Cylindrical-coordinate representation of color #71124D: hue angle of 322.74º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71124D is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 77 -
CMYK 0 0.84 0.32 0.56
HSL 322.74º 0.73% 0.26% -
HSV(B) 322.74º 0.84% 0.44% -
XYZ 8.37 4.48 7.44 -
YUV 53.13 141.47 170.7 -
System Red Green Blue C M Y K H S L
Decimal 113 18 77 0 0.84 0.32 0.56 322.74 0.73 0.26
Hex 71 12 4D 0 54 20 38 143 49 1A
Octal 161 22 115 0 124 40 70 503 111 32
Binary 1110001 10010 1001101 0 1010100 100000 111000 101000011 1001001 11010

Color Harmonies of #71124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71124D

Black with #71124D

Text Example


Text Example

White with #71124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71124D; }

 p { color: rgb(113,18,77); }

 H1.HeaderClassName
 {
   color: #71124D;
 }
 .AnyTagClassName
 {
   color: #71124D;
 }
</style>

background-color css

<style>
 a { background-color: #71124D; }

 a { background-color: rgb(113,18,77); }

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

border-color css

<style>
 span { border-color: #71124D; }

 span { border-color: rgb(113,18,77); }

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