Html Css Color HEX #71000B Burgundy

📋 copy color: '#71000B'

red 113 ◦ green 0 ◦ blue 11

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

Shades of Burgundy #71000B

Tints of Burgundy #71000B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.13%
G = 0%
B = 8.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71000B (or 0x71000B) is known color: Burgundy. HEX triplet: 71, 00 and 0B. RGB value is (113,0,11). Sum of RGB (Red+Green+Blue) = 113+0+11=124 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.13% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 113 - color contains mainly: red. Hex color #71000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71000B is #8EFFF4. Grayscale: #232323. Windows color (decimal): -9371637 or 721009. OLE color: 721009.

HSL color Cylindrical-coordinate representation of color #71000B: hue angle of 354.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71000B is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 0 11 -
CMYK 0 1 0.90 0.56
HSL 354.16º 1% 0.22% -
HSV(B) 354.16º 1% 0.44% -
XYZ 6.87 3.53 0.64 -
YUV 35.04 114.44 183.61 -
System Red Green Blue C M Y K H S L
Decimal 113 0 11 0 1 0.90 0.56 354.16 1 0.22
Hex 71 0 B 0 64 5A 38 162 64 16
Octal 161 0 13 0 144 132 70 542 144 26
Binary 1110001 0 1011 0 1100100 1011010 111000 101100010 1100100 10110

Color Harmonies of #71000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71000B

Black with #71000B

Text Example


Text Example

White with #71000B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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