Html Css Color HEX #710313 Burgundy

📋 copy color: '#710313'

red 113 ◦ green 3 ◦ blue 19

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

Shades of Burgundy #710313

Tints of Burgundy #710313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.22%

 BLUE value IS 19 (7.81% from 255) = 14.07%

R = 83.7%
G = 2.22%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#710313 (or 0x710313) is known color: Burgundy. HEX triplet: 71, 03 and 13. RGB value is (113,3,19). Sum of RGB (Red+Green+Blue) = 113+3+19=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #710313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710313 is #8EFCEC. Grayscale: #252525. Windows color (decimal): -9370861 or 1246065. OLE color: 1246065.

HSL color Cylindrical-coordinate representation of color #710313: hue angle of 351.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710313 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 19 -
CMYK 0 0.97 0.83 0.56
HSL 351.27º 0.95% 0.23% -
HSV(B) 351.27º 0.97% 0.44% -
XYZ 6.96 3.62 0.95 -
YUV 37.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 113 3 19 0 0.97 0.83 0.56 351.27 0.95 0.23
Hex 71 3 13 0 61 53 38 15F 5F 17
Octal 161 3 23 0 141 123 70 537 137 27
Binary 1110001 11 10011 0 1100001 1010011 111000 101011111 1011111 10111

Color Harmonies of #710313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710313

Black with #710313

Text Example


Text Example

White with #710313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710313; }

 p { color: rgb(113,3,19); }

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

background-color css

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

 a { background-color: rgb(113,3,19); }

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

border-color css

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

 span { border-color: rgb(113,3,19); }

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