Html Css Color HEX #710712 Burgundy

📋 copy color: '#710712'

red 113 ◦ green 7 ◦ blue 18

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

Shades of Burgundy #710712

Tints of Burgundy #710712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.07%

 BLUE value IS 18 (7.42% from 255) = 13.04%

R = 81.88%
G = 5.07%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#710712 (or 0x710712) is known color: Burgundy. HEX triplet: 71, 07 and 12. RGB value is (113,7,18). Sum of RGB (Red+Green+Blue) = 113+7+18=138 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.88% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 113 - color contains mainly: red. Hex color #710712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710712 is #8EF8ED. Grayscale: #282828. Windows color (decimal): -9369838 or 1181553. OLE color: 1181553.

HSL color Cylindrical-coordinate representation of color #710712: hue angle of 353.77º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710712 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 7 18 -
CMYK 0 0.94 0.84 0.56
HSL 353.77º 0.88% 0.24% -
HSV(B) 353.77º 0.94% 0.44% -
XYZ 7 3.71 0.92 -
YUV 39.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 113 7 18 0 0.94 0.84 0.56 353.77 0.88 0.24
Hex 71 7 12 0 5E 54 38 162 58 18
Octal 161 7 22 0 136 124 70 542 130 30
Binary 1110001 111 10010 0 1011110 1010100 111000 101100010 1011000 11000

Color Harmonies of #710712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710712

Black with #710712

Text Example


Text Example

White with #710712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710712; }

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

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

background-color css

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

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

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

border-color css

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

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

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