Html Css Color HEX #8B0540 Burgundy

📋 copy color: '#8B0540'

red 139 ◦ green 5 ◦ blue 64

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

Shades of Burgundy #8B0540

Tints of Burgundy #8B0540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.77%

R = 66.83%
G = 2.4%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8B0540 (or 0x8B0540) is known color: Burgundy. HEX triplet: 8B, 05 and 40. RGB value is (139,5,64). Sum of RGB (Red+Green+Blue) = 139+5+64=208 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.83% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0540 is #74FABF. Grayscale: #333333. Windows color (decimal): -7666368 or 4195723. OLE color: 4195723.

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

Color convert

RGB 139 5 64 -
CMYK 0 0.96 0.54 0.45
HSL 333.58º 0.93% 0.28% -
HSV(B) 333.58º 0.96% 0.55% -
XYZ 11.63 5.97 5.39 -
YUV 51.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 139 5 64 0 0.96 0.54 0.45 333.58 0.93 0.28
Hex 8B 5 40 0 60 36 2D 14E 5D 1C
Octal 213 5 100 0 140 66 55 516 135 34
Binary 10001011 101 1000000 0 1100000 110110 101101 101001110 1011101 11100

Color Harmonies of #8B0540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0540

Black with #8B0540

Text Example


Text Example

White with #8B0540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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