Html Css Color HEX #710012 Burgundy

📋 copy color: '#710012'

red 113 ◦ green 0 ◦ blue 18

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

Shades of Burgundy #710012

Tints of Burgundy #710012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.26%
G = 0%
B = 13.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#710012 (or 0x710012) is known color: Burgundy. HEX triplet: 71, 00 and 12. RGB value is (113,0,18). Sum of RGB (Red+Green+Blue) = 113+0+18=131 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.26% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 113 - color contains mainly: red. Hex color #710012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710012 is #8EFFED. Grayscale: #232323. Windows color (decimal): -9371630 or 1179761. OLE color: 1179761.

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

Color convert

RGB 113 0 18 -
CMYK 0 1 0.84 0.56
HSL 350.44º 1% 0.22% -
HSV(B) 350.44º 1% 0.44% -
XYZ 6.92 3.55 0.89 -
YUV 35.84 117.94 183.04 -
System Red Green Blue C M Y K H S L
Decimal 113 0 18 0 1 0.84 0.56 350.44 1 0.22
Hex 71 0 12 0 64 54 38 15E 64 16
Octal 161 0 22 0 144 124 70 536 144 26
Binary 1110001 0 10010 0 1100100 1010100 111000 101011110 1100100 10110

Color Harmonies of #710012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710012

Black with #710012

Text Example


Text Example

White with #710012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710012; }

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

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

background-color css

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

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

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

border-color css

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

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

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