Html Css Color HEX #710817 Burgundy

📋 copy color: '#710817'

red 113 ◦ green 8 ◦ blue 23

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

Shades of Burgundy #710817

Tints of Burgundy #710817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.56%

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

R = 78.47%
G = 5.56%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#710817 (or 0x710817) is known color: Burgundy. HEX triplet: 71, 08 and 17. RGB value is (113,8,23). Sum of RGB (Red+Green+Blue) = 113+8+23=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #710817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710817 is #8EF7E8. Grayscale: #292929. Windows color (decimal): -9369577 or 1509489. OLE color: 1509489.

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

Color convert

RGB 113 8 23 -
CMYK 0 0.93 0.80 0.56
HSL 351.43º 0.87% 0.24% -
HSV(B) 351.43º 0.93% 0.44% -
XYZ 7.05 3.75 1.16 -
YUV 41.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 113 8 23 0 0.93 0.80 0.56 351.43 0.87 0.24
Hex 71 8 17 0 5D 50 38 15F 57 18
Octal 161 10 27 0 135 120 70 537 127 30
Binary 1110001 1000 10111 0 1011101 1010000 111000 101011111 1010111 11000

Color Harmonies of #710817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710817

Black with #710817

Text Example


Text Example

White with #710817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710817; }

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

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

background-color css

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

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

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

border-color css

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

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

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