#8F0734

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

Shades of Burgundy #8F0734

Tints of Burgundy #8F0734

Color information

#8F0734 (or 0x8F0734) is unknown color: approx Burgundy. HEX triplet: 8F, 07 and 34. RGB value is (143,7,52). Sum of RGB (Red+Green+Blue) = 143+7+52=202 (26% of max value = 765). Red value is 143 (56.25% from 255 or 70.79% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0734 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0734 is #70F8CB. Grayscale: #343434. Windows color (decimal): -7403724 or 3409807. OLE color: 3409807.

HSL color Cylindrical-coordinate representation of color #8F0734: hue angle of 340.15º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0734 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB143752-
CMYK00.950.640.44
HSL340.15º90.67%29.41%-
HSV(B)340.15º95.1%56.08%-
XYZ12.026.243.82-
YUV52.79127.56192.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 70.79%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 52 (20.70% from 255) = 25.74%
R=70.79%
G=3.47%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14375200.950.640.44340.1590.6729.41
Hex8F73405F402C1545b1d
Octal21776401371005452413335
Binary10001111111110100010111111000000101100101010100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,7,52); }

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

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

 a { background-color: rgb(143,7,52); }

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

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

 span { border-color: rgb(143,7,52); }

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