#8B033C

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

Shades of Burgundy #8B033C

Tints of Burgundy #8B033C

Color information

#8B033C (or 0x8B033C) is unknown color: approx Burgundy. HEX triplet: 8B, 03 and 3C. RGB value is (139,3,60). Sum of RGB (Red+Green+Blue) = 139+3+60=202 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.81% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 139 - color contains mainly: red. Hex color #8B033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B033C is #74FCC3. Grayscale: #323232. Windows color (decimal): -7666884 or 3933067. OLE color: 3933067.

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

Color convert

RGB139360-
CMYK00.980.570.45
HSL334.85º95.77%27.84%-
HSV(B)334.85º97.84%54.51%-
XYZ11.55.884.8-
YUV50.16133.56191.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 68.81%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 60 (23.83% from 255) = 29.70%
R=68.81%
G=1.49%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13936000.980.570.45334.8595.7727.84
Hex8B33C062392D14f601c
Octal2133740142715551714034
Binary100010111111110001100010111001101101101001111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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