Html Css Color HEX #8B0538 Burgundy

📋 copy color: '#8B0538'

red 139 ◦ green 5 ◦ blue 56

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

Shades of Burgundy #8B0538

Tints of Burgundy #8B0538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28%

R = 69.5%
G = 2.5%
B = 28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#8B0538 (or 0x8B0538) is known color: Burgundy. HEX triplet: 8B, 05 and 38. RGB value is (139,5,56). Sum of RGB (Red+Green+Blue) = 139+5+56=200 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0538 is #74FAC7. Grayscale: #323232. Windows color (decimal): -7666376 or 3671435. OLE color: 3671435.

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

Color convert

RGB 139 5 56 -
CMYK 0 0.96 0.60 0.45
HSL 337.16º 0.93% 0.28% -
HSV(B) 337.16º 0.96% 0.55% -
XYZ 11.42 5.88 4.28 -
YUV 50.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 139 5 56 0 0.96 0.60 0.45 337.16 0.93 0.28
Hex 8B 5 38 0 60 3C 2D 151 5D 1C
Octal 213 5 70 0 140 74 55 521 135 34
Binary 10001011 101 111000 0 1100000 111100 101101 101010001 1011101 11100

Color Harmonies of #8B0538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0538

Black with #8B0538

Text Example


Text Example

White with #8B0538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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