Html Css Color HEX #8B0C3B Burgundy

📋 copy color: '#8B0C3B'

red 139 ◦ green 12 ◦ blue 59

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

Shades of Burgundy #8B0C3B

Tints of Burgundy #8B0C3B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.71%

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

R = 66.19%
G = 5.71%
B = 28.1%

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

#8B0C3B (or 0x8B0C3B) is known color: Burgundy. HEX triplet: 8B, 0C and 3B. RGB value is (139,12,59). Sum of RGB (Red+Green+Blue) = 139+12+59=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0C3B is #74F3C4. Grayscale: #373737. Windows color (decimal): -7664581 or 3869835. OLE color: 3869835.

HSL color Cylindrical-coordinate representation of color #8B0C3B: hue angle of 337.8º degrees, saturation: 0.84, 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 #8B0C3B is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 12 59 -
CMYK 0 0.91 0.58 0.45
HSL 337.8º 0.84% 0.3% -
HSV(B) 337.8º 0.91% 0.55% -
XYZ 11.57 6.07 4.7 -
YUV 55.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 139 12 59 0 0.91 0.58 0.45 337.8 0.84 0.3
Hex 8B C 3B 0 5B 3A 2D 152 54 1E
Octal 213 14 73 0 133 72 55 522 124 36
Binary 10001011 1100 111011 0 1011011 111010 101101 101010010 1010100 11110

Color Harmonies of #8B0C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0C3B

Black with #8B0C3B

Text Example


Text Example

White with #8B0C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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