#8B0723

Color #8B0723 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #8B0723

Tints of Burgundy #8B0723

Color information

#8B0723 (or 0x8B0723) is unknown color: approx Burgundy. HEX triplet: 8B, 07 and 23. RGB value is (139,7,35). Sum of RGB (Red+Green+Blue) = 139+7+35=181 (23% of max value = 765). Red value is 139 (54.69% from 255 or 76.80% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0723 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0723 is #74F8DC. Grayscale: #313131. Windows color (decimal): -7665885 or 2295691. OLE color: 2295691.

HSL color Cylindrical-coordinate representation of color #8B0723: hue angle of 347.27º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0723 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB139735-
CMYK00.950.750.45
HSL347.27º90.41%28.63%-
HSV(B)347.27º94.96%54.51%-
XYZ11.035.762.12-
YUV49.66119.73191.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 76.80%
GREEN value IS 7 (3.12% from 255) = 3.87%
BLUE value IS 35 (14.06% from 255) = 19.34%
R=76.80%
G=3.87%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13973500.950.750.45347.2790.4128.63
Hex8B72305F4B2D15b5a1d
Octal21374301371135553313235
Binary10001011111100011010111111001011101101101011011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B0723;
 }
 .AnyTagClassName
 {
   color: #8B0723;
 }
</style>
background-color css

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

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

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

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

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

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