#8B1024

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

Shades of Burgundy #8B1024

Tints of Burgundy #8B1024

Color information

#8B1024 (or 0x8B1024) is unknown color: approx Burgundy. HEX triplet: 8B, 10 and 24. RGB value is (139,16,36). Sum of RGB (Red+Green+Blue) = 139+16+36=191 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.77% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1024 is #74EFDB. Grayscale: #373737. Windows color (decimal): -7663580 or 2363531. OLE color: 2363531.

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

Color convert

RGB1391636-
CMYK00.880.740.45
HSL350.24º79.35%30.39%-
HSV(B)350.24º88.49%54.51%-
XYZ11.155.992.24-
YUV55.06117.25187.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 72.77%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 36 (14.45% from 255) = 18.85%
R=72.77%
G=8.38%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139163600.880.740.45350.2479.3530.39
Hex8B10240584A2D15e4f1e
Octal213204401301125553611736
Binary1000101110000100100010110001001010101101101011110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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