Html Css Color HEX #710A15 Burgundy

📋 copy color: '#710A15'

red 113 ◦ green 10 ◦ blue 21

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

Shades of Burgundy #710A15

Tints of Burgundy #710A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.58%

R = 78.47%
G = 6.94%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#710A15 (or 0x710A15) is known color: Burgundy. HEX triplet: 71, 0A and 15. RGB value is (113,10,21). Sum of RGB (Red+Green+Blue) = 113+10+21=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #710A15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710A15 is #8EF5EA. Grayscale: #2A2A2A. Windows color (decimal): -9369067 or 1378929. OLE color: 1378929.

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

Color convert

RGB 113 10 21 -
CMYK 0 0.91 0.81 0.56
HSL 353.59º 0.84% 0.24% -
HSV(B) 353.59º 0.91% 0.44% -
XYZ 7.05 3.78 1.07 -
YUV 42.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 113 10 21 0 0.91 0.81 0.56 353.59 0.84 0.24
Hex 71 A 15 0 5B 51 38 162 54 18
Octal 161 12 25 0 133 121 70 542 124 30
Binary 1110001 1010 10101 0 1011011 1010001 111000 101100010 1010100 11000

Color Harmonies of #710A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A15

Black with #710A15

Text Example


Text Example

White with #710A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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