Html Css Color HEX #711946 Pompadour

📋 copy color: '#711946'

red 113 ◦ green 25 ◦ blue 70

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

Shades of Pompadour #711946

Tints of Pompadour #711946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 54.33%
G = 12.02%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#711946 (or 0x711946) is known color: Pompadour. HEX triplet: 71, 19 and 46. RGB value is (113,25,70). Sum of RGB (Red+Green+Blue) = 113+25+70=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #711946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711946 is #8EE6B9. Grayscale: #383838. Windows color (decimal): -9365178 or 4594033. OLE color: 4594033.

HSL color Cylindrical-coordinate representation of color #711946: hue angle of 329.32º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711946 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 70 -
CMYK 0 0.78 0.38 0.56
HSL 329.32º 0.64% 0.27% -
HSV(B) 329.32º 0.78% 0.44% -
XYZ 8.26 4.65 6.26 -
YUV 56.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 113 25 70 0 0.78 0.38 0.56 329.32 0.64 0.27
Hex 71 19 46 0 4E 26 38 149 40 1B
Octal 161 31 106 0 116 46 70 511 100 33
Binary 1110001 11001 1000110 0 1001110 100110 111000 101001001 1000000 11011

Color Harmonies of #711946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711946

Black with #711946

Text Example


Text Example

White with #711946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711946; }

 p { color: rgb(113,25,70); }

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

background-color css

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

 a { background-color: rgb(113,25,70); }

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

border-color css

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

 span { border-color: rgb(113,25,70); }

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