Html Css Color HEX #71020E Burgundy

📋 copy color: '#71020E'

red 113 ◦ green 2 ◦ blue 14

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

Shades of Burgundy #71020E

Tints of Burgundy #71020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.85%

R = 87.6%
G = 1.55%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71020E (or 0x71020E) is known color: Burgundy. HEX triplet: 71, 02 and 0E. RGB value is (113,2,14). Sum of RGB (Red+Green+Blue) = 113+2+14=129 (17% of max value = 765). Red value is 113 (44.53% from 255 or 87.60% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 113 - color contains mainly: red. Hex color #71020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71020E is #8EFDF1. Grayscale: #242424. Windows color (decimal): -9371122 or 918129. OLE color: 918129.

HSL color Cylindrical-coordinate representation of color #71020E: hue angle of 353.51º 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 #71020E is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 2 14 -
CMYK 0 0.98 0.88 0.56
HSL 353.51º 0.97% 0.23% -
HSV(B) 353.51º 0.98% 0.44% -
XYZ 6.91 3.59 0.74 -
YUV 36.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 113 2 14 0 0.98 0.88 0.56 353.51 0.97 0.23
Hex 71 2 E 0 62 58 38 162 61 17
Octal 161 2 16 0 142 130 70 542 141 27
Binary 1110001 10 1110 0 1100010 1011000 111000 101100010 1100001 10111

Color Harmonies of #71020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71020E

Black with #71020E

Text Example


Text Example

White with #71020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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