#8B0427

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

Shades of Burgundy #8B0427

Tints of Burgundy #8B0427

Color information

#8B0427 (or 0x8B0427) is unknown color: approx Burgundy. HEX triplet: 8B, 04 and 27. RGB value is (139,4,39). Sum of RGB (Red+Green+Blue) = 139+4+39=182 (24% of max value = 765). Red value is 139 (54.69% from 255 or 76.37% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0427 is #74FBD8. Grayscale: #303030. Windows color (decimal): -7666649 or 2557067. OLE color: 2557067.

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

Color convert

RGB139439-
CMYK00.970.720.45
HSL344.44º94.41%28.04%-
HSV(B)344.44º97.12%54.51%-
XYZ11.065.722.44-
YUV48.36122.73192.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 76.37%
GREEN value IS 4 (1.95% from 255) = 2.20%
BLUE value IS 39 (15.62% from 255) = 21.43%
R=76.37%
G=2.20%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13943900.970.720.45344.4494.4128.04
Hex8B427061482D1585e1c
Octal21344701411105553013634
Binary10001011100100111011000011001000101101101011000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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