Html Css Color HEX #8B0523 Burgundy

📋 copy color: '#8B0523'

red 139 ◦ green 5 ◦ blue 35

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

Shades of Burgundy #8B0523

Tints of Burgundy #8B0523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.55%

R = 77.65%
G = 2.79%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8B0523 (or 0x8B0523) is known color: Burgundy. HEX triplet: 8B, 05 and 23. RGB value is (139,5,35). Sum of RGB (Red+Green+Blue) = 139+5+35=179 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.65% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0523 is #74FADC. Grayscale: #303030. Windows color (decimal): -7666397 or 2295179. OLE color: 2295179.

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

Color convert

RGB 139 5 35 -
CMYK 0 0.96 0.75 0.45
HSL 346.57º 0.93% 0.28% -
HSV(B) 346.57º 0.96% 0.55% -
XYZ 11.01 5.72 2.11 -
YUV 48.49 120.39 192.56 -
System Red Green Blue C M Y K H S L
Decimal 139 5 35 0 0.96 0.75 0.45 346.57 0.93 0.28
Hex 8B 5 23 0 60 4B 2D 15B 5D 1C
Octal 213 5 43 0 140 113 55 533 135 34
Binary 10001011 101 100011 0 1100000 1001011 101101 101011011 1011101 11100

Color Harmonies of #8B0523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0523

Black with #8B0523

Text Example


Text Example

White with #8B0523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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