#8B1025

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

Shades of Burgundy #8B1025

Tints of Burgundy #8B1025

Color information

#8B1025 (or 0x8B1025) is unknown color: approx Burgundy. HEX triplet: 8B, 10 and 25. RGB value is (139,16,37). Sum of RGB (Red+Green+Blue) = 139+16+37=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1025 is #74EFDA. Grayscale: #373737. Windows color (decimal): -7663579 or 2429067. OLE color: 2429067.

HSL color Cylindrical-coordinate representation of color #8B1025: hue angle of 349.76º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1025 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1391637-
CMYK00.880.730.45
HSL349.76º79.35%30.39%-
HSV(B)349.76º88.49%54.51%-
XYZ11.175.992.32-
YUV55.17117.75187.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 72.40%
GREEN value IS 16 (6.64% from 255) = 8.33%
BLUE value IS 37 (14.84% from 255) = 19.27%
R=72.40%
G=8.33%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139163700.880.730.45349.7679.3530.39
Hex8B1025058492D15e4f1e
Octal213204501301115553611736
Binary1000101110000100101010110001001001101101101011110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,16,37); }

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

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

 a { background-color: rgb(139,16,37); }

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

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

 span { border-color: rgb(139,16,37); }

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