Html Css Color HEX #71134D Pompadour

📋 copy color: '#71134D'

red 113 ◦ green 19 ◦ blue 77

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

Shades of Pompadour #71134D

Tints of Pompadour #71134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.09%

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

R = 54.07%
G = 9.09%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71134D (or 0x71134D) is known color: Pompadour. HEX triplet: 71, 13 and 4D. RGB value is (113,19,77). Sum of RGB (Red+Green+Blue) = 113+19+77=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71134D is #8EECB2. Grayscale: #353535. Windows color (decimal): -9366707 or 5051249. OLE color: 5051249.

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

Color convert

RGB 113 19 77 -
CMYK 0 0.83 0.32 0.56
HSL 322.98º 0.71% 0.26% -
HSV(B) 322.98º 0.83% 0.44% -
XYZ 8.38 4.51 7.45 -
YUV 53.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 113 19 77 0 0.83 0.32 0.56 322.98 0.71 0.26
Hex 71 13 4D 0 53 20 38 143 47 1A
Octal 161 23 115 0 123 40 70 503 107 32
Binary 1110001 10011 1001101 0 1010011 100000 111000 101000011 1000111 11010

Color Harmonies of #71134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71134D

Black with #71134D

Text Example


Text Example

White with #71134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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