#8B0F30

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

Shades of Burgundy #8B0F30

Tints of Burgundy #8B0F30

Color information

#8B0F30 (or 0x8B0F30) is unknown color: approx Burgundy. HEX triplet: 8B, 0F and 30. RGB value is (139,15,48). Sum of RGB (Red+Green+Blue) = 139+15+48=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F30 is #74F0CF. Grayscale: #373737. Windows color (decimal): -7663824 or 3149707. OLE color: 3149707.

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

Color convert

RGB1391548-
CMYK00.890.650.45
HSL344.03º80.52%30.2%-
HSV(B)344.03º89.21%54.51%-
XYZ11.356.043.36-
YUV55.84123.58187.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.81%
GREEN value IS 15 (6.25% from 255) = 7.43%
BLUE value IS 48 (19.14% from 255) = 23.76%
R=68.81%
G=7.43%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139154800.890.650.45344.0380.5230.2
Hex8BF30059412D158511e
Octal213176001311015553012136
Binary100010111111110000010110011000001101101101011000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,15,48); }

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

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

 a { background-color: rgb(139,15,48); }

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

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

 span { border-color: rgb(139,15,48); }

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