Html Css Color HEX #71070B Burgundy

📋 copy color: '#71070B'

red 113 ◦ green 7 ◦ blue 11

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

Shades of Burgundy #71070B

Tints of Burgundy #71070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.34%

 BLUE value IS 11 (4.69% from 255) = 8.4%

R = 86.26%
G = 5.34%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71070B (or 0x71070B) is known color: Burgundy. HEX triplet: 71, 07 and 0B. RGB value is (113,7,11). Sum of RGB (Red+Green+Blue) = 113+7+11=131 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.26% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 113 - color contains mainly: red. Hex color #71070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71070B is #8EF8F4. Grayscale: #272727. Windows color (decimal): -9369845 or 722801. OLE color: 722801.

HSL color Cylindrical-coordinate representation of color #71070B: hue angle of 357.74º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71070B is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 7 11 -
CMYK 0 0.94 0.90 0.56
HSL 357.74º 0.88% 0.24% -
HSV(B) 357.74º 0.94% 0.44% -
XYZ 6.95 3.69 0.66 -
YUV 39.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 113 7 11 0 0.94 0.90 0.56 357.74 0.88 0.24
Hex 71 7 B 0 5E 5A 38 166 58 18
Octal 161 7 13 0 136 132 70 546 130 30
Binary 1110001 111 1011 0 1011110 1011010 111000 101100110 1011000 11000

Color Harmonies of #71070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71070B

Black with #71070B

Text Example


Text Example

White with #71070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71070B; }

 p { color: rgb(113,7,11); }

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

background-color css

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

 a { background-color: rgb(113,7,11); }

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

border-color css

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

 span { border-color: rgb(113,7,11); }

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