Html Css Color HEX #710117 Burgundy

📋 copy color: '#710117'

red 113 ◦ green 1 ◦ blue 23

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

Shades of Burgundy #710117

Tints of Burgundy #710117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.79%

R = 82.48%
G = 0.73%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#710117 (or 0x710117) is known color: Burgundy. HEX triplet: 71, 01 and 17. RGB value is (113,1,23). Sum of RGB (Red+Green+Blue) = 113+1+23=137 (18% of max value = 765). Red value is 113 (44.53% from 255 or 82.48% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 23 (9.38% from 255 or 16.79% from 137); Max value from RGB is 113 - color contains mainly: red. Hex color #710117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710117 is #8EFEE8. Grayscale: #252525. Windows color (decimal): -9371369 or 1507697. OLE color: 1507697.

HSL color Cylindrical-coordinate representation of color #710117: hue angle of 348.21º 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 #710117 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 23 -
CMYK 0 0.99 0.80 0.56
HSL 348.21º 0.98% 0.22% -
HSV(B) 348.21º 0.99% 0.44% -
XYZ 6.98 3.59 1.14 -
YUV 37 120.11 182.21 -
System Red Green Blue C M Y K H S L
Decimal 113 1 23 0 0.99 0.80 0.56 348.21 0.98 0.22
Hex 71 1 17 0 63 50 38 15C 62 16
Octal 161 1 27 0 143 120 70 534 142 26
Binary 1110001 1 10111 0 1100011 1010000 111000 101011100 1100010 10110

Color Harmonies of #710117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710117

Black with #710117

Text Example


Text Example

White with #710117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710117; }

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

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

background-color css

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

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

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

border-color css

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

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

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