Html Css Color HEX #8B0520 Burgundy

📋 copy color: '#8B0520'

red 139 ◦ green 5 ◦ blue 32

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

Shades of Burgundy #8B0520

Tints of Burgundy #8B0520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.84%

 BLUE value IS 32 (12.89% from 255) = 18.18%

R = 78.98%
G = 2.84%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8B0520 (or 0x8B0520) is known color: Burgundy. HEX triplet: 8B, 05 and 20. RGB value is (139,5,32). Sum of RGB (Red+Green+Blue) = 139+5+32=176 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.98% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0520 is #74FADF. Grayscale: #303030. Windows color (decimal): -7666400 or 2098571. OLE color: 2098571.

HSL color Cylindrical-coordinate representation of color #8B0520: hue angle of 347.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0520 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 5 32 -
CMYK 0 0.96 0.77 0.45
HSL 347.91º 0.93% 0.28% -
HSV(B) 347.91º 0.96% 0.55% -
XYZ 10.96 5.7 1.89 -
YUV 48.14 118.89 192.8 -
System Red Green Blue C M Y K H S L
Decimal 139 5 32 0 0.96 0.77 0.45 347.91 0.93 0.28
Hex 8B 5 20 0 60 4D 2D 15C 5D 1C
Octal 213 5 40 0 140 115 55 534 135 34
Binary 10001011 101 100000 0 1100000 1001101 101101 101011100 1011101 11100

Color Harmonies of #8B0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0520

Black with #8B0520

Text Example


Text Example

White with #8B0520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,5,32); }

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

background-color css

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

 a { background-color: rgb(139,5,32); }

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

border-color css

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

 span { border-color: rgb(139,5,32); }

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