Html Css Color HEX #8B0329 Burgundy

📋 copy color: '#8B0329'

red 139 ◦ green 3 ◦ blue 41

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

Shades of Burgundy #8B0329

Tints of Burgundy #8B0329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.64%

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

R = 75.96%
G = 1.64%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8B0329 (or 0x8B0329) is known color: Burgundy. HEX triplet: 8B, 03 and 29. RGB value is (139,3,41). Sum of RGB (Red+Green+Blue) = 139+3+41=183 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.96% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0329 is #74FCD6. Grayscale: #2F2F2F. Windows color (decimal): -7666903 or 2687883. OLE color: 2687883.

HSL color Cylindrical-coordinate representation of color #8B0329: hue angle of 343.24º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B0329 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 3 41 -
CMYK 0 0.98 0.71 0.45
HSL 343.24º 0.96% 0.28% -
HSV(B) 343.24º 0.98% 0.55% -
XYZ 11.08 5.71 2.62 -
YUV 48 124.06 192.91 -
System Red Green Blue C M Y K H S L
Decimal 139 3 41 0 0.98 0.71 0.45 343.24 0.96 0.28
Hex 8B 3 29 0 62 47 2D 157 60 1C
Octal 213 3 51 0 142 107 55 527 140 34
Binary 10001011 11 101001 0 1100010 1000111 101101 101010111 1100000 11100

Color Harmonies of #8B0329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0329

Black with #8B0329

Text Example


Text Example

White with #8B0329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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