#8b102d

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

Shades of Burgundy #8B102D

Tints of Burgundy #8B102D

Color information

#8B102D (or 0x8B102D) is unknown color: approx Burgundy. HEX triplet: 8B, 10 and 2D. RGB value is (139,16,45). Sum of RGB (Red+Green+Blue) = 139+16+45=200 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 139 - color contains mainly: red. Hex color #8B102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B102D is #74EFD2. Grayscale: #383838. Windows color (decimal): -7663571 or 2953355. OLE color: 2953355.

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

Color convert

RGB1391645-
CMYK00.880.680.45
HSL345.85º79.35%30.39%-
HSV(B)345.85º88.49%54.51%-
XYZ11.316.053.05-
YUV56.08121.75187.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 69.5%
GREEN value IS 16 (6.64% from 255) = 8%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=69.5%
G=8%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139164500.880.680.45345.8579.3530.39
Hex8B102D058442D15a4f1e
Octal213205501301045553211736
Binary1000101110000101101010110001000100101101101011010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b102d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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