Html Css Color HEX #71011F Burgundy

📋 copy color: '#71011F'

red 113 ◦ green 1 ◦ blue 31

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

Shades of Burgundy #71011F

Tints of Burgundy #71011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.38%

R = 77.93%
G = 0.69%
B = 21.38%

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

#71011F (or 0x71011F) is known color: Burgundy. HEX triplet: 71, 01 and 1F. RGB value is (113,1,31). Sum of RGB (Red+Green+Blue) = 113+1+31=145 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.93% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 113 - color contains mainly: red. Hex color #71011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71011F is #8EFEE0. Grayscale: #252525. Windows color (decimal): -9371361 or 2031985. OLE color: 2031985.

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

Color convert

RGB 113 1 31 -
CMYK 0 0.99 0.73 0.56
HSL 343.93º 0.98% 0.22% -
HSV(B) 343.93º 0.99% 0.44% -
XYZ 7.07 3.63 1.62 -
YUV 37.91 124.11 181.56 -
System Red Green Blue C M Y K H S L
Decimal 113 1 31 0 0.99 0.73 0.56 343.93 0.98 0.22
Hex 71 1 1F 0 63 49 38 158 62 16
Octal 161 1 37 0 143 111 70 530 142 26
Binary 1110001 1 11111 0 1100011 1001001 111000 101011000 1100010 10110

Color Harmonies of #71011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71011F

Black with #71011F

Text Example


Text Example

White with #71011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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