Html Css Color HEX #8B0731 Burgundy

📋 copy color: '#8B0731'

red 139 ◦ green 7 ◦ blue 49

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

Shades of Burgundy #8B0731

Tints of Burgundy #8B0731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

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

R = 71.28%
G = 3.59%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8B0731 (or 0x8B0731) is known color: Burgundy. HEX triplet: 8B, 07 and 31. RGB value is (139,7,49). Sum of RGB (Red+Green+Blue) = 139+7+49=195 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.28% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0731 is #74F8CE. Grayscale: #333333. Windows color (decimal): -7665871 or 3213195. OLE color: 3213195.

HSL color Cylindrical-coordinate representation of color #8B0731: hue angle of 340.91º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0731 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 7 49 -
CMYK 0 0.95 0.65 0.45
HSL 340.91º 0.9% 0.29% -
HSV(B) 340.91º 0.95% 0.55% -
XYZ 11.28 5.86 3.44 -
YUV 51.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 139 7 49 0 0.95 0.65 0.45 340.91 0.9 0.29
Hex 8B 7 31 0 5F 41 2D 155 5A 1D
Octal 213 7 61 0 137 101 55 525 132 35
Binary 10001011 111 110001 0 1011111 1000001 101101 101010101 1011010 11101

Color Harmonies of #8B0731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0731

Black with #8B0731

Text Example


Text Example

White with #8B0731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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