Html Css Color HEX #8B1131 Burgundy

📋 copy color: '#8B1131'

red 139 ◦ green 17 ◦ blue 49

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

Shades of Burgundy #8B1131

Tints of Burgundy #8B1131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.9%

R = 67.8%
G = 8.29%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8B1131 (or 0x8B1131) is known color: Burgundy. HEX triplet: 8B, 11 and 31. RGB value is (139,17,49). Sum of RGB (Red+Green+Blue) = 139+17+49=205 (27% of max value = 765). Red value is 139 (54.69% from 255 or 67.80% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1131 is #74EECE. Grayscale: #393939. Windows color (decimal): -7663311 or 3215755. OLE color: 3215755.

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

Color convert

RGB 139 17 49 -
CMYK 0 0.88 0.65 0.45
HSL 344.26º 0.78% 0.31% -
HSV(B) 344.26º 0.88% 0.55% -
XYZ 11.4 6.11 3.48 -
YUV 57.13 123.42 186.4 -
System Red Green Blue C M Y K H S L
Decimal 139 17 49 0 0.88 0.65 0.45 344.26 0.78 0.31
Hex 8B 11 31 0 58 41 2D 158 4E 1F
Octal 213 21 61 0 130 101 55 530 116 37
Binary 10001011 10001 110001 0 1011000 1000001 101101 101011000 1001110 11111

Color Harmonies of #8B1131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1131

Black with #8B1131

Text Example


Text Example

White with #8B1131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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