Html Css Color HEX #8B112A Burgundy

📋 copy color: '#8B112A'

red 139 ◦ green 17 ◦ blue 42

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

Shades of Burgundy #8B112A

Tints of Burgundy #8B112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.21%

R = 70.2%
G = 8.59%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8B112A (or 0x8B112A) is known color: Burgundy. HEX triplet: 8B, 11 and 2A. RGB value is (139,17,42). Sum of RGB (Red+Green+Blue) = 139+17+42=198 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.20% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 139 - color contains mainly: red. Hex color #8B112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B112A is #74EED5. Grayscale: #383838. Windows color (decimal): -7663318 or 2757003. OLE color: 2757003.

HSL color Cylindrical-coordinate representation of color #8B112A: hue angle of 347.7º 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 #8B112A is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 17 42 -
CMYK 0 0.88 0.70 0.45
HSL 347.7º 0.78% 0.31% -
HSV(B) 347.7º 0.88% 0.55% -
XYZ 11.27 6.06 2.77 -
YUV 56.33 119.92 186.97 -
System Red Green Blue C M Y K H S L
Decimal 139 17 42 0 0.88 0.70 0.45 347.7 0.78 0.31
Hex 8B 11 2A 0 58 46 2D 15C 4E 1F
Octal 213 21 52 0 130 106 55 534 116 37
Binary 10001011 10001 101010 0 1011000 1000110 101101 101011100 1001110 11111

Color Harmonies of #8B112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B112A

Black with #8B112A

Text Example


Text Example

White with #8B112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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