Html Css Color HEX #711E4A Pompadour

📋 copy color: '#711E4A'

red 113 ◦ green 30 ◦ blue 74

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

Shades of Pompadour #711E4A

Tints of Pompadour #711E4A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.82%

 BLUE value IS 74 (29.3% from 255) = 34.1%

R = 52.07%
G = 13.82%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#711E4A (or 0x711E4A) is known color: Pompadour. HEX triplet: 71, 1E and 4A. RGB value is (113,30,74). Sum of RGB (Red+Green+Blue) = 113+30+74=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #711E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711E4A is #8EE1B5. Grayscale: #3B3B3B. Windows color (decimal): -9363894 or 4857457. OLE color: 4857457.

HSL color Cylindrical-coordinate representation of color #711E4A: hue angle of 328.19º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711E4A is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 30 74 -
CMYK 0 0.73 0.35 0.56
HSL 328.19º 0.58% 0.28% -
HSV(B) 328.19º 0.73% 0.44% -
XYZ 8.51 4.93 6.98 -
YUV 59.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 113 30 74 0 0.73 0.35 0.56 328.19 0.58 0.28
Hex 71 1E 4A 0 49 23 38 148 3A 1C
Octal 161 36 112 0 111 43 70 510 72 34
Binary 1110001 11110 1001010 0 1001001 100011 111000 101001000 111010 11100

Color Harmonies of #711E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E4A

Black with #711E4A

Text Example


Text Example

White with #711E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,30,74); }

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

background-color css

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

 a { background-color: rgb(113,30,74); }

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

border-color css

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

 span { border-color: rgb(113,30,74); }

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