Html Css Color HEX #71010D Burgundy

📋 copy color: '#71010D'

red 113 ◦ green 1 ◦ blue 13

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

Shades of Burgundy #71010D

Tints of Burgundy #71010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

 BLUE value IS 13 (5.47% from 255) = 10.24%

R = 88.98%
G = 0.79%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71010D (or 0x71010D) is known color: Burgundy. HEX triplet: 71, 01 and 0D. RGB value is (113,1,13). Sum of RGB (Red+Green+Blue) = 113+1+13=127 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.98% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 113 - color contains mainly: red. Hex color #71010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71010D is #8EFEF2. Grayscale: #232323. Windows color (decimal): -9371379 or 852337. OLE color: 852337.

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

Color convert

RGB 113 1 13 -
CMYK 0 0.99 0.88 0.56
HSL 353.57º 0.98% 0.22% -
HSV(B) 353.57º 0.99% 0.44% -
XYZ 6.89 3.56 0.7 -
YUV 35.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 113 1 13 0 0.99 0.88 0.56 353.57 0.98 0.22
Hex 71 1 D 0 63 58 38 162 62 16
Octal 161 1 15 0 143 130 70 542 142 26
Binary 1110001 1 1101 0 1100011 1011000 111000 101100010 1100010 10110

Color Harmonies of #71010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71010D

Black with #71010D

Text Example


Text Example

White with #71010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71010D; }

 p { color: rgb(113,1,13); }

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

background-color css

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

 a { background-color: rgb(113,1,13); }

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

border-color css

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

 span { border-color: rgb(113,1,13); }

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