Html Css Color HEX #711A4D Pompadour

📋 copy color: '#711A4D'

red 113 ◦ green 26 ◦ blue 77

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

Shades of Pompadour #711A4D

Tints of Pompadour #711A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.04%

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

R = 52.31%
G = 12.04%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#711A4D (or 0x711A4D) is known color: Pompadour. HEX triplet: 71, 1A and 4D. RGB value is (113,26,77). Sum of RGB (Red+Green+Blue) = 113+26+77=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #711A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A4D is #8EE5B2. Grayscale: #393939. Windows color (decimal): -9364915 or 5053041. OLE color: 5053041.

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

Color convert

RGB 113 26 77 -
CMYK 0 0.77 0.32 0.56
HSL 324.83º 0.63% 0.27% -
HSV(B) 324.83º 0.77% 0.44% -
XYZ 8.52 4.79 7.5 -
YUV 57.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 113 26 77 0 0.77 0.32 0.56 324.83 0.63 0.27
Hex 71 1A 4D 0 4D 20 38 145 3F 1B
Octal 161 32 115 0 115 40 70 505 77 33
Binary 1110001 11010 1001101 0 1001101 100000 111000 101000101 111111 11011

Color Harmonies of #711A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A4D

Black with #711A4D

Text Example


Text Example

White with #711A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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