Html Css Color HEX #710A0B Burgundy

📋 copy color: '#710A0B'

red 113 ◦ green 10 ◦ blue 11

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

Shades of Burgundy #710A0B

Tints of Burgundy #710A0B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.46%

 BLUE value IS 11 (4.69% from 255) = 8.21%

R = 84.33%
G = 7.46%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#710A0B (or 0x710A0B) is known color: Burgundy. HEX triplet: 71, 0A and 0B. RGB value is (113,10,11). Sum of RGB (Red+Green+Blue) = 113+10+11=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #710A0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710A0B is #8EF5F4. Grayscale: #292929. Windows color (decimal): -9369077 or 723569. OLE color: 723569.

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

Color convert

RGB 113 10 11 -
CMYK 0 0.91 0.90 0.56
HSL 359.42º 0.84% 0.24% -
HSV(B) 359.42º 0.91% 0.44% -
XYZ 6.98 3.75 0.67 -
YUV 40.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 113 10 11 0 0.91 0.90 0.56 359.42 0.84 0.24
Hex 71 A B 0 5B 5A 38 167 54 18
Octal 161 12 13 0 133 132 70 547 124 30
Binary 1110001 1010 1011 0 1011011 1011010 111000 101100111 1010100 11000

Color Harmonies of #710A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A0B

Black with #710A0B

Text Example


Text Example

White with #710A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710A0B; }

 p { color: rgb(113,10,11); }

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

background-color css

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

 a { background-color: rgb(113,10,11); }

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

border-color css

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

 span { border-color: rgb(113,10,11); }

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