Html Css Color HEX #710115 Burgundy

📋 copy color: '#710115'

red 113 ◦ green 1 ◦ blue 21

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

Shades of Burgundy #710115

Tints of Burgundy #710115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 83.7%
G = 0.74%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#710115 (or 0x710115) is known color: Burgundy. HEX triplet: 71, 01 and 15. RGB value is (113,1,21). Sum of RGB (Red+Green+Blue) = 113+1+21=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #710115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710115 is #8EFEEA. Grayscale: #242424. Windows color (decimal): -9371371 or 1376625. OLE color: 1376625.

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

Color convert

RGB 113 1 21 -
CMYK 0 0.99 0.81 0.56
HSL 349.29º 0.98% 0.22% -
HSV(B) 349.29º 0.99% 0.44% -
XYZ 6.96 3.59 1.04 -
YUV 36.77 119.11 182.37 -
System Red Green Blue C M Y K H S L
Decimal 113 1 21 0 0.99 0.81 0.56 349.29 0.98 0.22
Hex 71 1 15 0 63 51 38 15D 62 16
Octal 161 1 25 0 143 121 70 535 142 26
Binary 1110001 1 10101 0 1100011 1010001 111000 101011101 1100010 10110

Color Harmonies of #710115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710115

Black with #710115

Text Example


Text Example

White with #710115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710115; }

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

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

background-color css

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

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

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

border-color css

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

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

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