Html Css Color HEX #711B4D Pompadour

📋 copy color: '#711B4D'

red 113 ◦ green 27 ◦ blue 77

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

Shades of Pompadour #711B4D

Tints of Pompadour #711B4D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.44%

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

R = 52.07%
G = 12.44%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#711B4D (or 0x711B4D) is known color: Pompadour. HEX triplet: 71, 1B and 4D. RGB value is (113,27,77). Sum of RGB (Red+Green+Blue) = 113+27+77=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #711B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711B4D is #8EE4B2. Grayscale: #3A3A3A. Windows color (decimal): -9364659 or 5053297. OLE color: 5053297.

HSL color Cylindrical-coordinate representation of color #711B4D: hue angle of 325.12º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711B4D is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 27 77 -
CMYK 0 0.76 0.32 0.56
HSL 325.12º 0.61% 0.27% -
HSV(B) 325.12º 0.76% 0.44% -
XYZ 8.54 4.83 7.5 -
YUV 58.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 113 27 77 0 0.76 0.32 0.56 325.12 0.61 0.27
Hex 71 1B 4D 0 4C 20 38 145 3D 1B
Octal 161 33 115 0 114 40 70 505 75 33
Binary 1110001 11011 1001101 0 1001100 100000 111000 101000101 111101 11011

Color Harmonies of #711B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B4D

Black with #711B4D

Text Example


Text Example

White with #711B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711B4D; }

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

 H1.HeaderClassName
 {
   color: #711B4D;
 }
 .AnyTagClassName
 {
   color: #711B4D;
 }
</style>

background-color css

<style>
 a { background-color: #711B4D; }

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

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

border-color css

<style>
 span { border-color: #711B4D; }

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

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