Html Css Color HEX #710518 Burgundy

📋 copy color: '#710518'

red 113 ◦ green 5 ◦ blue 24

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

Shades of Burgundy #710518

Tints of Burgundy #710518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.52%

 BLUE value IS 24 (9.77% from 255) = 16.9%

R = 79.58%
G = 3.52%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#710518 (or 0x710518) is known color: Burgundy. HEX triplet: 71, 05 and 18. RGB value is (113,5,24). Sum of RGB (Red+Green+Blue) = 113+5+24=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #710518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710518 is #8EFAE7. Grayscale: #272727. Windows color (decimal): -9370344 or 1574257. OLE color: 1574257.

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

Color convert

RGB 113 5 24 -
CMYK 0 0.96 0.79 0.56
HSL 349.44º 0.92% 0.23% -
HSV(B) 349.44º 0.96% 0.44% -
XYZ 7.03 3.69 1.2 -
YUV 39.46 119.28 180.46 -
System Red Green Blue C M Y K H S L
Decimal 113 5 24 0 0.96 0.79 0.56 349.44 0.92 0.23
Hex 71 5 18 0 60 4F 38 15D 5C 17
Octal 161 5 30 0 140 117 70 535 134 27
Binary 1110001 101 11000 0 1100000 1001111 111000 101011101 1011100 10111

Color Harmonies of #710518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710518

Black with #710518

Text Example


Text Example

White with #710518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710518; }

 p { color: rgb(113,5,24); }

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

background-color css

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

 a { background-color: rgb(113,5,24); }

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

border-color css

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

 span { border-color: rgb(113,5,24); }

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