Html Css Color HEX #71011B Burgundy

📋 copy color: '#71011B'

red 113 ◦ green 1 ◦ blue 27

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

Shades of Burgundy #71011B

Tints of Burgundy #71011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.15%

R = 80.14%
G = 0.71%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#71011B (or 0x71011B) is known color: Burgundy. HEX triplet: 71, 01 and 1B. RGB value is (113,1,27). Sum of RGB (Red+Green+Blue) = 113+1+27=141 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.14% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 113 - color contains mainly: red. Hex color #71011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71011B is #8EFEE4. Grayscale: #252525. Windows color (decimal): -9371365 or 1769841. OLE color: 1769841.

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

Color convert

RGB 113 1 27 -
CMYK 0 0.99 0.76 0.56
HSL 346.07º 0.98% 0.22% -
HSV(B) 346.07º 0.99% 0.44% -
XYZ 7.02 3.61 1.36 -
YUV 37.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 113 1 27 0 0.99 0.76 0.56 346.07 0.98 0.22
Hex 71 1 1B 0 63 4C 38 15A 62 16
Octal 161 1 33 0 143 114 70 532 142 26
Binary 1110001 1 11011 0 1100011 1001100 111000 101011010 1100010 10110

Color Harmonies of #71011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71011B

Black with #71011B

Text Example


Text Example

White with #71011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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