Html Css Color HEX #711646 Pompadour

📋 copy color: '#711646'

red 113 ◦ green 22 ◦ blue 70

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

Shades of Pompadour #711646

Tints of Pompadour #711646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.73%

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

R = 55.12%
G = 10.73%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#711646 (or 0x711646) is known color: Pompadour. HEX triplet: 71, 16 and 46. RGB value is (113,22,70). Sum of RGB (Red+Green+Blue) = 113+22+70=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #711646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711646 is #8EE9B9. Grayscale: #363636. Windows color (decimal): -9365946 or 4593265. OLE color: 4593265.

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

Color convert

RGB 113 22 70 -
CMYK 0 0.81 0.38 0.56
HSL 328.35º 0.67% 0.26% -
HSV(B) 328.35º 0.81% 0.44% -
XYZ 8.2 4.53 6.24 -
YUV 54.68 136.65 169.6 -
System Red Green Blue C M Y K H S L
Decimal 113 22 70 0 0.81 0.38 0.56 328.35 0.67 0.26
Hex 71 16 46 0 51 26 38 148 43 1A
Octal 161 26 106 0 121 46 70 510 103 32
Binary 1110001 10110 1000110 0 1010001 100110 111000 101001000 1000011 11010

Color Harmonies of #711646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711646

Black with #711646

Text Example


Text Example

White with #711646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711646; }

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

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

background-color css

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

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

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

border-color css

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

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

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