Html Css Color HEX #8B0D3B Burgundy

📋 copy color: '#8B0D3B'

red 139 ◦ green 13 ◦ blue 59

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

Shades of Burgundy #8B0D3B

Tints of Burgundy #8B0D3B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.16%

 BLUE value IS 59 (23.44% from 255) = 27.96%

R = 65.88%
G = 6.16%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8B0D3B (or 0x8B0D3B) is known color: Burgundy. HEX triplet: 8B, 0D and 3B. RGB value is (139,13,59). Sum of RGB (Red+Green+Blue) = 139+13+59=211 (27% of max value = 765). Red value is 139 (54.69% from 255 or 65.88% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0D3B is #74F2C4. Grayscale: #373737. Windows color (decimal): -7664325 or 3870091. OLE color: 3870091.

HSL color Cylindrical-coordinate representation of color #8B0D3B: hue angle of 338.1º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0D3B is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 13 59 -
CMYK 0 0.91 0.58 0.45
HSL 338.1º 0.83% 0.3% -
HSV(B) 338.1º 0.91% 0.55% -
XYZ 11.58 6.09 4.7 -
YUV 55.92 129.74 187.26 -
System Red Green Blue C M Y K H S L
Decimal 139 13 59 0 0.91 0.58 0.45 338.1 0.83 0.3
Hex 8B D 3B 0 5B 3A 2D 152 53 1E
Octal 213 15 73 0 133 72 55 522 123 36
Binary 10001011 1101 111011 0 1011011 111010 101101 101010010 1010011 11110

Color Harmonies of #8B0D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0D3B

Black with #8B0D3B

Text Example


Text Example

White with #8B0D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,13,59); }

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

background-color css

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

 a { background-color: rgb(139,13,59); }

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

border-color css

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

 span { border-color: rgb(139,13,59); }

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