Html Css Color HEX #8B0B2C Burgundy

📋 copy color: '#8B0B2C'

red 139 ◦ green 11 ◦ blue 44

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

Shades of Burgundy #8B0B2C

Tints of Burgundy #8B0B2C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.67%

 BLUE value IS 44 (17.58% from 255) = 22.68%

R = 71.65%
G = 5.67%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B0B2C (or 0x8B0B2C) is known color: Burgundy. HEX triplet: 8B, 0B and 2C. RGB value is (139,11,44). Sum of RGB (Red+Green+Blue) = 139+11+44=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0B2C is #74F4D3. Grayscale: #353535. Windows color (decimal): -7664852 or 2886539. OLE color: 2886539.

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

Color convert

RGB 139 11 44 -
CMYK 0 0.92 0.68 0.45
HSL 344.53º 0.85% 0.29% -
HSV(B) 344.53º 0.92% 0.55% -
XYZ 11.22 5.91 2.93 -
YUV 53.03 122.91 189.32 -
System Red Green Blue C M Y K H S L
Decimal 139 11 44 0 0.92 0.68 0.45 344.53 0.85 0.29
Hex 8B B 2C 0 5C 44 2D 159 55 1D
Octal 213 13 54 0 134 104 55 531 125 35
Binary 10001011 1011 101100 0 1011100 1000100 101101 101011001 1010101 11101

Color Harmonies of #8B0B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0B2C

Black with #8B0B2C

Text Example


Text Example

White with #8B0B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,11,44); }

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

background-color css

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

 a { background-color: rgb(139,11,44); }

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

border-color css

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

 span { border-color: rgb(139,11,44); }

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