Html Css Color HEX #8B0A2D Burgundy

📋 copy color: '#8B0A2D'

red 139 ◦ green 10 ◦ blue 45

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

Shades of Burgundy #8B0A2D

Tints of Burgundy #8B0A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.15%

 BLUE value IS 45 (17.97% from 255) = 23.2%

R = 71.65%
G = 5.15%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8B0A2D (or 0x8B0A2D) is known color: Burgundy. HEX triplet: 8B, 0A and 2D. RGB value is (139,10,45). Sum of RGB (Red+Green+Blue) = 139+10+45=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0A2D is #74F5D2. Grayscale: #343434. Windows color (decimal): -7665107 or 2951819. OLE color: 2951819.

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

Color convert

RGB 139 10 45 -
CMYK 0 0.93 0.68 0.45
HSL 343.72º 0.87% 0.29% -
HSV(B) 343.72º 0.93% 0.55% -
XYZ 11.23 5.9 3.03 -
YUV 52.56 123.74 189.65 -
System Red Green Blue C M Y K H S L
Decimal 139 10 45 0 0.93 0.68 0.45 343.72 0.87 0.29
Hex 8B A 2D 0 5D 44 2D 158 57 1D
Octal 213 12 55 0 135 104 55 530 127 35
Binary 10001011 1010 101101 0 1011101 1000100 101101 101011000 1010111 11101

Color Harmonies of #8B0A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0A2D

Black with #8B0A2D

Text Example


Text Example

White with #8B0A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,10,45); }

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

background-color css

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

 a { background-color: rgb(139,10,45); }

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

border-color css

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

 span { border-color: rgb(139,10,45); }

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