Html Css Color HEX #71021D Burgundy

📋 copy color: '#71021D'

red 113 ◦ green 2 ◦ blue 29

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

Shades of Burgundy #71021D

Tints of Burgundy #71021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.14%

R = 78.47%
G = 1.39%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71021D (or 0x71021D) is known color: Burgundy. HEX triplet: 71, 02 and 1D. RGB value is (113,2,29). Sum of RGB (Red+Green+Blue) = 113+2+29=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #71021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71021D is #8EFDE2. Grayscale: #262626. Windows color (decimal): -9371107 or 1901169. OLE color: 1901169.

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

Color convert

RGB 113 2 29 -
CMYK 0 0.98 0.74 0.56
HSL 345.41º 0.97% 0.23% -
HSV(B) 345.41º 0.98% 0.44% -
XYZ 7.05 3.64 1.49 -
YUV 38.27 122.77 181.3 -
System Red Green Blue C M Y K H S L
Decimal 113 2 29 0 0.98 0.74 0.56 345.41 0.97 0.23
Hex 71 2 1D 0 62 4A 38 159 61 17
Octal 161 2 35 0 142 112 70 531 141 27
Binary 1110001 10 11101 0 1100010 1001010 111000 101011001 1100001 10111

Color Harmonies of #71021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71021D

Black with #71021D

Text Example


Text Example

White with #71021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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