Html Css Color HEX #711246 Pompadour

📋 copy color: '#711246'

red 113 ◦ green 18 ◦ blue 70

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

Shades of Pompadour #711246

Tints of Pompadour #711246

RGB

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

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

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

R = 56.22%
G = 8.96%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#711246 (or 0x711246) is known color: Pompadour. HEX triplet: 71, 12 and 46. RGB value is (113,18,70). Sum of RGB (Red+Green+Blue) = 113+18+70=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #711246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711246 is #8EEDB9. Grayscale: #343434. Windows color (decimal): -9366970 or 4592241. OLE color: 4592241.

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

Color convert

RGB 113 18 70 -
CMYK 0 0.84 0.38 0.56
HSL 327.16º 0.73% 0.26% -
HSV(B) 327.16º 0.84% 0.44% -
XYZ 8.13 4.39 6.21 -
YUV 52.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 113 18 70 0 0.84 0.38 0.56 327.16 0.73 0.26
Hex 71 12 46 0 54 26 38 147 49 1A
Octal 161 22 106 0 124 46 70 507 111 32
Binary 1110001 10010 1000110 0 1010100 100110 111000 101000111 1001001 11010

Color Harmonies of #711246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711246

Black with #711246

Text Example


Text Example

White with #711246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711246; }

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

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

background-color css

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

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

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

border-color css

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

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

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