Html Css Color HEX #71011E Burgundy

📋 copy color: '#71011E'

red 113 ◦ green 1 ◦ blue 30

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

Shades of Burgundy #71011E

Tints of Burgundy #71011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.83%

R = 78.47%
G = 0.69%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71011E (or 0x71011E) is known color: Burgundy. HEX triplet: 71, 01 and 1E. RGB value is (113,1,30). Sum of RGB (Red+Green+Blue) = 113+1+30=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #71011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71011E is #8EFEE1. Grayscale: #252525. Windows color (decimal): -9371362 or 1966449. OLE color: 1966449.

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

Color convert

RGB 113 1 30 -
CMYK 0 0.99 0.73 0.56
HSL 344.46º 0.98% 0.22% -
HSV(B) 344.46º 0.99% 0.44% -
XYZ 7.06 3.63 1.56 -
YUV 37.79 123.61 181.64 -
System Red Green Blue C M Y K H S L
Decimal 113 1 30 0 0.99 0.73 0.56 344.46 0.98 0.22
Hex 71 1 1E 0 63 49 38 158 62 16
Octal 161 1 36 0 143 111 70 530 142 26
Binary 1110001 1 11110 0 1100011 1001001 111000 101011000 1100010 10110

Color Harmonies of #71011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71011E

Black with #71011E

Text Example


Text Example

White with #71011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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