Html Css Color HEX #71010B Burgundy

📋 copy color: '#71010B'

red 113 ◦ green 1 ◦ blue 11

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

Shades of Burgundy #71010B

Tints of Burgundy #71010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.8%

R = 90.4%
G = 0.8%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71010B (or 0x71010B) is known color: Burgundy. HEX triplet: 71, 01 and 0B. RGB value is (113,1,11). Sum of RGB (Red+Green+Blue) = 113+1+11=125 (16% of max value = 765). Red value is 113 (44.53% from 255 or 90.4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 113 - color contains mainly: red. Hex color #71010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71010B is #8EFEF4. Grayscale: #232323. Windows color (decimal): -9371381 or 721265. OLE color: 721265.

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

Color convert

RGB 113 1 11 -
CMYK 0 0.99 0.90 0.56
HSL 354.64º 0.98% 0.22% -
HSV(B) 354.64º 0.99% 0.44% -
XYZ 6.88 3.56 0.64 -
YUV 35.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 113 1 11 0 0.99 0.90 0.56 354.64 0.98 0.22
Hex 71 1 B 0 63 5A 38 163 62 16
Octal 161 1 13 0 143 132 70 543 142 26
Binary 1110001 1 1011 0 1100011 1011010 111000 101100011 1100010 10110

Color Harmonies of #71010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71010B

Black with #71010B

Text Example


Text Example

White with #71010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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