Html Css Color HEX #710017 Burgundy

📋 copy color: '#710017'

red 113 ◦ green 0 ◦ blue 23

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

Shades of Burgundy #710017

Tints of Burgundy #710017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.09%
G = 0%
B = 16.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#710017 (or 0x710017) is known color: Burgundy. HEX triplet: 71, 00 and 17. RGB value is (113,0,23). Sum of RGB (Red+Green+Blue) = 113+0+23=136 (18% of max value = 765). Red value is 113 (44.53% from 255 or 83.09% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 113 - color contains mainly: red. Hex color #710017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710017 is #8EFFE8. Grayscale: #242424. Windows color (decimal): -9371625 or 1507441. OLE color: 1507441.

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

Color convert

RGB 113 0 23 -
CMYK 0 1 0.80 0.56
HSL 347.79º 1% 0.22% -
HSV(B) 347.79º 1% 0.44% -
XYZ 6.96 3.57 1.13 -
YUV 36.41 120.44 182.63 -
System Red Green Blue C M Y K H S L
Decimal 113 0 23 0 1 0.80 0.56 347.79 1 0.22
Hex 71 0 17 0 64 50 38 15C 64 16
Octal 161 0 27 0 144 120 70 534 144 26
Binary 1110001 0 10111 0 1100100 1010000 111000 101011100 1100100 10110

Color Harmonies of #710017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710017

Black with #710017

Text Example


Text Example

White with #710017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710017; }

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

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

background-color css

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

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

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

border-color css

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

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

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