Html Css Color HEX #710217 Burgundy

📋 copy color: '#710217'

red 113 ◦ green 2 ◦ blue 23

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

Shades of Burgundy #710217

Tints of Burgundy #710217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.45%

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

R = 81.88%
G = 1.45%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#710217 (or 0x710217) is known color: Burgundy. HEX triplet: 71, 02 and 17. RGB value is (113,2,23). Sum of RGB (Red+Green+Blue) = 113+2+23=138 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.88% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 113 - color contains mainly: red. Hex color #710217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710217 is #8EFDE8. Grayscale: #252525. Windows color (decimal): -9371113 or 1507953. OLE color: 1507953.

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

Color convert

RGB 113 2 23 -
CMYK 0 0.98 0.80 0.56
HSL 348.65º 0.97% 0.23% -
HSV(B) 348.65º 0.98% 0.44% -
XYZ 6.99 3.62 1.14 -
YUV 37.58 119.77 181.79 -
System Red Green Blue C M Y K H S L
Decimal 113 2 23 0 0.98 0.80 0.56 348.65 0.97 0.23
Hex 71 2 17 0 62 50 38 15D 61 17
Octal 161 2 27 0 142 120 70 535 141 27
Binary 1110001 10 10111 0 1100010 1010000 111000 101011101 1100001 10111

Color Harmonies of #710217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710217

Black with #710217

Text Example


Text Example

White with #710217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710217; }

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

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

background-color css

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

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

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

border-color css

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

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

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