Html Css Color HEX #8B0A29 Burgundy

📋 copy color: '#8B0A29'

red 139 ◦ green 10 ◦ blue 41

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

Shades of Burgundy #8B0A29

Tints of Burgundy #8B0A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.58%

R = 73.16%
G = 5.26%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8B0A29 (or 0x8B0A29) is known color: Burgundy. HEX triplet: 8B, 0A and 29. RGB value is (139,10,41). Sum of RGB (Red+Green+Blue) = 139+10+41=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0A29 is #74F5D6. Grayscale: #343434. Windows color (decimal): -7665111 or 2689675. OLE color: 2689675.

HSL color Cylindrical-coordinate representation of color #8B0A29: hue angle of 345.58º 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 #8B0A29 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 10 41 -
CMYK 0 0.93 0.71 0.45
HSL 345.58º 0.87% 0.29% -
HSV(B) 345.58º 0.93% 0.55% -
XYZ 11.16 5.87 2.64 -
YUV 52.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 139 10 41 0 0.93 0.71 0.45 345.58 0.87 0.29
Hex 8B A 29 0 5D 47 2D 15A 57 1D
Octal 213 12 51 0 135 107 55 532 127 35
Binary 10001011 1010 101001 0 1011101 1000111 101101 101011010 1010111 11101

Color Harmonies of #8B0A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0A29

Black with #8B0A29

Text Example


Text Example

White with #8B0A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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