Html Css Color HEX #710208 Burgundy

📋 copy color: '#710208'

red 113 ◦ green 2 ◦ blue 8

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

Shades of Burgundy #710208

Tints of Burgundy #710208

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.63%

 BLUE value IS 8 (3.52% from 255) = 6.5%

R = 91.87%
G = 1.63%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#710208 (or 0x710208) is known color: Burgundy. HEX triplet: 71, 02 and 08. RGB value is (113,2,8). Sum of RGB (Red+Green+Blue) = 113+2+8=123 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.87% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 113 - color contains mainly: red. Hex color #710208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710208 is #8EFDF7. Grayscale: #232323. Windows color (decimal): -9371128 or 524913. OLE color: 524913.

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

Color convert

RGB 113 2 8 -
CMYK 0 0.98 0.93 0.56
HSL 356.76º 0.97% 0.23% -
HSV(B) 356.76º 0.98% 0.44% -
XYZ 6.88 3.57 0.56 -
YUV 35.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 113 2 8 0 0.98 0.93 0.56 356.76 0.97 0.23
Hex 71 2 8 0 62 5D 38 165 61 17
Octal 161 2 10 0 142 135 70 545 141 27
Binary 1110001 10 1000 0 1100010 1011101 111000 101100101 1100001 10111

Color Harmonies of #710208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710208

Black with #710208

Text Example


Text Example

White with #710208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710208; }

 p { color: rgb(113,2,8); }

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

background-color css

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

 a { background-color: rgb(113,2,8); }

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

border-color css

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

 span { border-color: rgb(113,2,8); }

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