Html Css Color HEX #71020B Burgundy

📋 copy color: '#71020B'

red 113 ◦ green 2 ◦ blue 11

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

Shades of Burgundy #71020B

Tints of Burgundy #71020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.59%

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

R = 89.68%
G = 1.59%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71020B (or 0x71020B) is known color: Burgundy. HEX triplet: 71, 02 and 0B. RGB value is (113,2,11). Sum of RGB (Red+Green+Blue) = 113+2+11=126 (16% of max value = 765). Red value is 113 (44.53% from 255 or 89.68% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 113 - color contains mainly: red. Hex color #71020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71020B is #8EFDF4. Grayscale: #242424. Windows color (decimal): -9371125 or 721521. OLE color: 721521.

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

Color convert

RGB 113 2 11 -
CMYK 0 0.98 0.90 0.56
HSL 355.14º 0.97% 0.23% -
HSV(B) 355.14º 0.98% 0.44% -
XYZ 6.89 3.58 0.64 -
YUV 36.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 113 2 11 0 0.98 0.90 0.56 355.14 0.97 0.23
Hex 71 2 B 0 62 5A 38 163 61 17
Octal 161 2 13 0 142 132 70 543 141 27
Binary 1110001 10 1011 0 1100010 1011010 111000 101100011 1100001 10111

Color Harmonies of #71020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71020B

Black with #71020B

Text Example


Text Example

White with #71020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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