Html Css Color HEX #71011D Burgundy

📋 copy color: '#71011D'

red 113 ◦ green 1 ◦ blue 29

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

Shades of Burgundy #71011D

Tints of Burgundy #71011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 79.02%
G = 0.7%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#71011D (or 0x71011D) is known color: Burgundy. HEX triplet: 71, 01 and 1D. RGB value is (113,1,29). Sum of RGB (Red+Green+Blue) = 113+1+29=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #71011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71011D is #8EFEE2. Grayscale: #252525. Windows color (decimal): -9371363 or 1900913. OLE color: 1900913.

HSL color Cylindrical-coordinate representation of color #71011D: hue angle of 345º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #71011D is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 29 -
CMYK 0 0.99 0.74 0.56
HSL 345º 0.98% 0.22% -
HSV(B) 345º 0.99% 0.44% -
XYZ 7.04 3.62 1.49 -
YUV 37.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 113 1 29 0 0.99 0.74 0.56 345 0.98 0.22
Hex 71 1 1D 0 63 4A 38 159 62 16
Octal 161 1 35 0 143 112 70 531 142 26
Binary 1110001 1 11101 0 1100011 1001010 111000 101011001 1100010 10110

Color Harmonies of #71011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71011D

Black with #71011D

Text Example


Text Example

White with #71011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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