Html Css Color HEX #8B112B Burgundy

📋 copy color: '#8B112B'

red 139 ◦ green 17 ◦ blue 43

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

Shades of Burgundy #8B112B

Tints of Burgundy #8B112B

RGB

 RED value IS 139 (54.69% from 255) = 69.85%

 GREEN value IS 17 (7.03% from 255) = 8.54%

 BLUE value IS 43 (17.19% from 255) = 21.61%

R = 69.85%
G = 8.54%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8B112B (or 0x8B112B) is known color: Burgundy. HEX triplet: 8B, 11 and 2B. RGB value is (139,17,43). Sum of RGB (Red+Green+Blue) = 139+17+43=199 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.85% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 139 - color contains mainly: red. Hex color #8B112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B112B is #74EED4. Grayscale: #383838. Windows color (decimal): -7663317 or 2822539. OLE color: 2822539.

HSL color Cylindrical-coordinate representation of color #8B112B: hue angle of 347.21º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B112B is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 17 43 -
CMYK 0 0.88 0.69 0.45
HSL 347.21º 0.78% 0.31% -
HSV(B) 347.21º 0.88% 0.55% -
XYZ 11.28 6.06 2.86 -
YUV 56.44 120.42 186.89 -
System Red Green Blue C M Y K H S L
Decimal 139 17 43 0 0.88 0.69 0.45 347.21 0.78 0.31
Hex 8B 11 2B 0 58 45 2D 15B 4E 1F
Octal 213 21 53 0 130 105 55 533 116 37
Binary 10001011 10001 101011 0 1011000 1000101 101101 101011011 1001110 11111

Color Harmonies of #8B112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B112B

Black with #8B112B

Text Example


Text Example

White with #8B112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B112B; }

 p { color: rgb(139,17,43); }

 H1.HeaderClassName
 {
   color: #8B112B;
 }
 .AnyTagClassName
 {
   color: #8B112B;
 }
</style>

background-color css

<style>
 a { background-color: #8B112B; }

 a { background-color: rgb(139,17,43); }

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

border-color css

<style>
 span { border-color: #8B112B; }

 span { border-color: rgb(139,17,43); }

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