Html Css Color HEX #8B053B Burgundy

📋 copy color: '#8B053B'

red 139 ◦ green 5 ◦ blue 59

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

Shades of Burgundy #8B053B

Tints of Burgundy #8B053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

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

R = 68.47%
G = 2.46%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8B053B (or 0x8B053B) is known color: Burgundy. HEX triplet: 8B, 05 and 3B. RGB value is (139,5,59). Sum of RGB (Red+Green+Blue) = 139+5+59=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B053B is #74FAC4. Grayscale: #333333. Windows color (decimal): -7666373 or 3868043. OLE color: 3868043.

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

Color convert

RGB 139 5 59 -
CMYK 0 0.96 0.58 0.45
HSL 335.82º 0.93% 0.28% -
HSV(B) 335.82º 0.96% 0.55% -
XYZ 11.49 5.91 4.67 -
YUV 51.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 139 5 59 0 0.96 0.58 0.45 335.82 0.93 0.28
Hex 8B 5 3B 0 60 3A 2D 150 5D 1C
Octal 213 5 73 0 140 72 55 520 135 34
Binary 10001011 101 111011 0 1100000 111010 101101 101010000 1011101 11100

Color Harmonies of #8B053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B053B

Black with #8B053B

Text Example


Text Example

White with #8B053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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