Html Css Color HEX #8B0528 Burgundy

📋 copy color: '#8B0528'

red 139 ◦ green 5 ◦ blue 40

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

Shades of Burgundy #8B0528

Tints of Burgundy #8B0528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.74%

R = 75.54%
G = 2.72%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8B0528 (or 0x8B0528) is known color: Burgundy. HEX triplet: 8B, 05 and 28. RGB value is (139,5,40). Sum of RGB (Red+Green+Blue) = 139+5+40=184 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.54% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0528 is #74FAD7. Grayscale: #313131. Windows color (decimal): -7666392 or 2622859. OLE color: 2622859.

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

Color convert

RGB 139 5 40 -
CMYK 0 0.96 0.71 0.45
HSL 344.33º 0.93% 0.28% -
HSV(B) 344.33º 0.96% 0.55% -
XYZ 11.08 5.75 2.53 -
YUV 49.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 139 5 40 0 0.96 0.71 0.45 344.33 0.93 0.28
Hex 8B 5 28 0 60 47 2D 158 5D 1C
Octal 213 5 50 0 140 107 55 530 135 34
Binary 10001011 101 101000 0 1100000 1000111 101101 101011000 1011101 11100

Color Harmonies of #8B0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0528

Black with #8B0528

Text Example


Text Example

White with #8B0528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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