Html Css Color HEX #710B0F Burgundy

📋 copy color: '#710B0F'

red 113 ◦ green 11 ◦ blue 15

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

Shades of Burgundy #710B0F

Tints of Burgundy #710B0F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.91%

 BLUE value IS 15 (6.25% from 255) = 10.79%

R = 81.29%
G = 7.91%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#710B0F (or 0x710B0F) is known color: Burgundy. HEX triplet: 71, 0B and 0F. RGB value is (113,11,15). Sum of RGB (Red+Green+Blue) = 113+11+15=139 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.29% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 113 - color contains mainly: red. Hex color #710B0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B0F is #8EF4F0. Grayscale: #2A2A2A. Windows color (decimal): -9368817 or 985969. OLE color: 985969.

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

Color convert

RGB 113 11 15 -
CMYK 0 0.90 0.87 0.56
HSL 357.65º 0.82% 0.24% -
HSV(B) 357.65º 0.9% 0.44% -
XYZ 7.02 3.78 0.81 -
YUV 41.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 113 11 15 0 0.90 0.87 0.56 357.65 0.82 0.24
Hex 71 B F 0 5A 57 38 166 52 18
Octal 161 13 17 0 132 127 70 546 122 30
Binary 1110001 1011 1111 0 1011010 1010111 111000 101100110 1010010 11000

Color Harmonies of #710B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B0F

Black with #710B0F

Text Example


Text Example

White with #710B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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