Html Css Color HEX #8B0539 Burgundy

📋 copy color: '#8B0539'

red 139 ◦ green 5 ◦ blue 57

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

Shades of Burgundy #8B0539

Tints of Burgundy #8B0539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 28.36%

R = 69.15%
G = 2.49%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8B0539 (or 0x8B0539) is known color: Burgundy. HEX triplet: 8B, 05 and 39. RGB value is (139,5,57). Sum of RGB (Red+Green+Blue) = 139+5+57=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0539 is #74FAC6. Grayscale: #323232. Windows color (decimal): -7666375 or 3736971. OLE color: 3736971.

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

Color convert

RGB 139 5 57 -
CMYK 0 0.96 0.59 0.45
HSL 336.72º 0.93% 0.28% -
HSV(B) 336.72º 0.96% 0.55% -
XYZ 11.44 5.89 4.41 -
YUV 50.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 139 5 57 0 0.96 0.59 0.45 336.72 0.93 0.28
Hex 8B 5 39 0 60 3B 2D 151 5D 1C
Octal 213 5 71 0 140 73 55 521 135 34
Binary 10001011 101 111001 0 1100000 111011 101101 101010001 1011101 11100

Color Harmonies of #8B0539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0539

Black with #8B0539

Text Example


Text Example

White with #8B0539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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