Html Css Color HEX #8B0820 Burgundy

📋 copy color: '#8B0820'

red 139 ◦ green 8 ◦ blue 32

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

Shades of Burgundy #8B0820

Tints of Burgundy #8B0820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

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

R = 77.65%
G = 4.47%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8B0820 (or 0x8B0820) is known color: Burgundy. HEX triplet: 8B, 08 and 20. RGB value is (139,8,32). Sum of RGB (Red+Green+Blue) = 139+8+32=179 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.65% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0820 is #74F7DF. Grayscale: #313131. Windows color (decimal): -7665632 or 2099339. OLE color: 2099339.

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

Color convert

RGB 139 8 32 -
CMYK 0 0.94 0.77 0.45
HSL 349.01º 0.89% 0.29% -
HSV(B) 349.01º 0.94% 0.55% -
XYZ 11 5.77 1.9 -
YUV 49.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 139 8 32 0 0.94 0.77 0.45 349.01 0.89 0.29
Hex 8B 8 20 0 5E 4D 2D 15D 59 1D
Octal 213 10 40 0 136 115 55 535 131 35
Binary 10001011 1000 100000 0 1011110 1001101 101101 101011101 1011001 11101

Color Harmonies of #8B0820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0820

Black with #8B0820

Text Example


Text Example

White with #8B0820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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