Html Css Color HEX #710B19 Burgundy

📋 copy color: '#710B19'

red 113 ◦ green 11 ◦ blue 25

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

Shades of Burgundy #710B19

Tints of Burgundy #710B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.78%

R = 75.84%
G = 7.38%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#710B19 (or 0x710B19) is known color: Burgundy. HEX triplet: 71, 0B and 19. RGB value is (113,11,25). Sum of RGB (Red+Green+Blue) = 113+11+25=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #710B19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B19 is #8EF4E6. Grayscale: #2B2B2B. Windows color (decimal): -9368807 or 1641329. OLE color: 1641329.

HSL color Cylindrical-coordinate representation of color #710B19: hue angle of 351.76º 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 #710B19 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 11 25 -
CMYK 0 0.90 0.78 0.56
HSL 351.76º 0.82% 0.24% -
HSV(B) 351.76º 0.9% 0.44% -
XYZ 7.11 3.82 1.28 -
YUV 43.09 117.79 177.86 -
System Red Green Blue C M Y K H S L
Decimal 113 11 25 0 0.90 0.78 0.56 351.76 0.82 0.24
Hex 71 B 19 0 5A 4E 38 160 52 18
Octal 161 13 31 0 132 116 70 540 122 30
Binary 1110001 1011 11001 0 1011010 1001110 111000 101100000 1010010 11000

Color Harmonies of #710B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B19

Black with #710B19

Text Example


Text Example

White with #710B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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