Html Css Color HEX #711251 Pompadour

📋 copy color: '#711251'

red 113 ◦ green 18 ◦ blue 81

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

Shades of Pompadour #711251

Tints of Pompadour #711251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 38.21%

R = 53.3%
G = 8.49%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#711251 (or 0x711251) is known color: Pompadour. HEX triplet: 71, 12 and 51. RGB value is (113,18,81). Sum of RGB (Red+Green+Blue) = 113+18+81=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #711251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711251 is #8EEDAE. Grayscale: #353535. Windows color (decimal): -9366959 or 5313137. OLE color: 5313137.

HSL color Cylindrical-coordinate representation of color #711251: hue angle of 320.21º 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 #711251 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 81 -
CMYK 0 0.84 0.28 0.56
HSL 320.21º 0.73% 0.26% -
HSV(B) 320.21º 0.84% 0.44% -
XYZ 8.51 4.54 8.21 -
YUV 53.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 113 18 81 0 0.84 0.28 0.56 320.21 0.73 0.26
Hex 71 12 51 0 54 1C 38 140 49 1A
Octal 161 22 121 0 124 34 70 500 111 32
Binary 1110001 10010 1010001 0 1010100 11100 111000 101000000 1001001 11010

Color Harmonies of #711251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711251

Black with #711251

Text Example


Text Example

White with #711251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711251; }

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

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

background-color css

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

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

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

border-color css

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

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

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