Html Css Color HEX #8B0532 Burgundy

📋 copy color: '#8B0532'

red 139 ◦ green 5 ◦ blue 50

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

Shades of Burgundy #8B0532

Tints of Burgundy #8B0532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.77%

R = 71.65%
G = 2.58%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#8B0532 (or 0x8B0532) is known color: Burgundy. HEX triplet: 8B, 05 and 32. RGB value is (139,5,50). Sum of RGB (Red+Green+Blue) = 139+5+50=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0532 is #74FACD. Grayscale: #323232. Windows color (decimal): -7666382 or 3278219. OLE color: 3278219.

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

Color convert

RGB 139 5 50 -
CMYK 0 0.96 0.64 0.45
HSL 339.85º 0.93% 0.28% -
HSV(B) 339.85º 0.96% 0.55% -
XYZ 11.28 5.83 3.55 -
YUV 50.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 139 5 50 0 0.96 0.64 0.45 339.85 0.93 0.28
Hex 8B 5 32 0 60 40 2D 154 5D 1C
Octal 213 5 62 0 140 100 55 524 135 34
Binary 10001011 101 110010 0 1100000 1000000 101101 101010100 1011101 11100

Color Harmonies of #8B0532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0532

Black with #8B0532

Text Example


Text Example

White with #8B0532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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