Html Css Color HEX #710016 Burgundy

📋 copy color: '#710016'

red 113 ◦ green 0 ◦ blue 22

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

Shades of Burgundy #710016

Tints of Burgundy #710016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.3%

R = 83.7%
G = 0%
B = 16.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#710016 (or 0x710016) is known color: Burgundy. HEX triplet: 71, 00 and 16. RGB value is (113,0,22). Sum of RGB (Red+Green+Blue) = 113+0+22=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #710016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710016 is #8EFFE9. Grayscale: #242424. Windows color (decimal): -9371626 or 1441905. OLE color: 1441905.

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

Color convert

RGB 113 0 22 -
CMYK 0 1 0.81 0.56
HSL 348.32º 1% 0.22% -
HSV(B) 348.32º 1% 0.44% -
XYZ 6.95 3.57 1.08 -
YUV 36.3 119.94 182.71 -
System Red Green Blue C M Y K H S L
Decimal 113 0 22 0 1 0.81 0.56 348.32 1 0.22
Hex 71 0 16 0 64 51 38 15C 64 16
Octal 161 0 26 0 144 121 70 534 144 26
Binary 1110001 0 10110 0 1100100 1010001 111000 101011100 1100100 10110

Color Harmonies of #710016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710016

Black with #710016

Text Example


Text Example

White with #710016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710016; }

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

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

background-color css

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

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

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

border-color css

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

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

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