Html Css Color HEX #71060D Burgundy

📋 copy color: '#71060D'

red 113 ◦ green 6 ◦ blue 13

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

Shades of Burgundy #71060D

Tints of Burgundy #71060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.55%

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

R = 85.61%
G = 4.55%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71060D (or 0x71060D) is known color: Burgundy. HEX triplet: 71, 06 and 0D. RGB value is (113,6,13). Sum of RGB (Red+Green+Blue) = 113+6+13=132 (17% of max value = 765). Red value is 113 (44.53% from 255 or 85.61% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 113 - color contains mainly: red. Hex color #71060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71060D is #8EF9F2. Grayscale: #262626. Windows color (decimal): -9370099 or 853617. OLE color: 853617.

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

Color convert

RGB 113 6 13 -
CMYK 0 0.95 0.88 0.56
HSL 356.07º 0.9% 0.23% -
HSV(B) 356.07º 0.95% 0.44% -
XYZ 6.95 3.67 0.72 -
YUV 38.79 113.45 180.93 -
System Red Green Blue C M Y K H S L
Decimal 113 6 13 0 0.95 0.88 0.56 356.07 0.9 0.23
Hex 71 6 D 0 5F 58 38 164 5A 17
Octal 161 6 15 0 137 130 70 544 132 27
Binary 1110001 110 1101 0 1011111 1011000 111000 101100100 1011010 10111

Color Harmonies of #71060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71060D

Black with #71060D

Text Example


Text Example

White with #71060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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