Html Css Color HEX #711346 Pompadour

📋 copy color: '#711346'

red 113 ◦ green 19 ◦ blue 70

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

Shades of Pompadour #711346

Tints of Pompadour #711346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

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

R = 55.94%
G = 9.41%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#711346 (or 0x711346) is known color: Pompadour. HEX triplet: 71, 13 and 46. RGB value is (113,19,70). Sum of RGB (Red+Green+Blue) = 113+19+70=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #711346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711346 is #8EECB9. Grayscale: #343434. Windows color (decimal): -9366714 or 4592497. OLE color: 4592497.

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

Color convert

RGB 113 19 70 -
CMYK 0 0.83 0.38 0.56
HSL 327.45º 0.71% 0.26% -
HSV(B) 327.45º 0.83% 0.44% -
XYZ 8.15 4.42 6.22 -
YUV 52.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 113 19 70 0 0.83 0.38 0.56 327.45 0.71 0.26
Hex 71 13 46 0 53 26 38 147 47 1A
Octal 161 23 106 0 123 46 70 507 107 32
Binary 1110001 10011 1000110 0 1010011 100110 111000 101000111 1000111 11010

Color Harmonies of #711346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711346

Black with #711346

Text Example


Text Example

White with #711346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711346; }

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

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

background-color css

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

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

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

border-color css

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

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

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