Html Css Color HEX #710512 Burgundy

📋 copy color: '#710512'

red 113 ◦ green 5 ◦ blue 18

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

Shades of Burgundy #710512

Tints of Burgundy #710512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.68%

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

R = 83.09%
G = 3.68%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#710512 (or 0x710512) is known color: Burgundy. HEX triplet: 71, 05 and 12. RGB value is (113,5,18). Sum of RGB (Red+Green+Blue) = 113+5+18=136 (18% of max value = 765). Red value is 113 (44.53% from 255 or 83.09% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 113 - color contains mainly: red. Hex color #710512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710512 is #8EFAED. Grayscale: #262626. Windows color (decimal): -9370350 or 1181041. OLE color: 1181041.

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

Color convert

RGB 113 5 18 -
CMYK 0 0.96 0.84 0.56
HSL 352.78º 0.92% 0.23% -
HSV(B) 352.78º 0.96% 0.44% -
XYZ 6.97 3.66 0.91 -
YUV 38.77 116.28 180.94 -
System Red Green Blue C M Y K H S L
Decimal 113 5 18 0 0.96 0.84 0.56 352.78 0.92 0.23
Hex 71 5 12 0 60 54 38 161 5C 17
Octal 161 5 22 0 140 124 70 541 134 27
Binary 1110001 101 10010 0 1100000 1010100 111000 101100001 1011100 10111

Color Harmonies of #710512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710512

Black with #710512

Text Example


Text Example

White with #710512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710512; }

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

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

background-color css

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

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

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

border-color css

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

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

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