#8B0327

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

Shades of Burgundy #8B0327

Tints of Burgundy #8B0327

Color information

#8B0327 (or 0x8B0327) is unknown color: approx Burgundy. HEX triplet: 8B, 03 and 27. RGB value is (139,3,39). Sum of RGB (Red+Green+Blue) = 139+3+39=181 (23% of max value = 765). Red value is 139 (54.69% from 255 or 76.80% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0327 is #74FCD8. Grayscale: #2F2F2F. Windows color (decimal): -7666905 or 2556811. OLE color: 2556811.

HSL color Cylindrical-coordinate representation of color #8B0327: hue angle of 344.12º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B0327 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB139339-
CMYK00.980.720.45
HSL344.12º95.77%27.84%-
HSV(B)344.12º97.84%54.51%-
XYZ11.055.72.44-
YUV47.77123.06193.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 76.80%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 39 (15.62% from 255) = 21.55%
R=76.80%
G=1.66%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13933900.980.720.45344.1295.7727.84
Hex8B327062482D158601c
Octal21334701421105553014034
Binary1000101111100111011000101001000101101101011000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,3,39); }

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

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

 a { background-color: rgb(139,3,39); }

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

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

 span { border-color: rgb(139,3,39); }

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