Html Css Color HEX #710010 Burgundy

📋 copy color: '#710010'

red 113 ◦ green 0 ◦ blue 16

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

Shades of Burgundy #710010

Tints of Burgundy #710010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.4%

R = 87.6%
G = 0%
B = 12.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#710010 (or 0x710010) is known color: Burgundy. HEX triplet: 71, 00 and 10. RGB value is (113,0,16). Sum of RGB (Red+Green+Blue) = 113+0+16=129 (17% of max value = 765). Red value is 113 (44.53% from 255 or 87.60% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 113 - color contains mainly: red. Hex color #710010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710010 is #8EFFEF. Grayscale: #232323. Windows color (decimal): -9371632 or 1048689. OLE color: 1048689.

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

Color convert

RGB 113 0 16 -
CMYK 0 1 0.86 0.56
HSL 351.5º 1% 0.22% -
HSV(B) 351.5º 1% 0.44% -
XYZ 6.9 3.55 0.81 -
YUV 35.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 113 0 16 0 1 0.86 0.56 351.5 1 0.22
Hex 71 0 10 0 64 56 38 160 64 16
Octal 161 0 20 0 144 126 70 540 144 26
Binary 1110001 0 10000 0 1100100 1010110 111000 101100000 1100100 10110

Color Harmonies of #710010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710010

Black with #710010

Text Example


Text Example

White with #710010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710010; }

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

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

background-color css

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

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

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

border-color css

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

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

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