#8F0C33

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

Shades of Burgundy #8F0C33

Tints of Burgundy #8F0C33

Color information

#8F0C33 (or 0x8F0C33) is unknown color: approx Burgundy. HEX triplet: 8F, 0C and 33. RGB value is (143,12,51). Sum of RGB (Red+Green+Blue) = 143+12+51=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0C33 is #70F3CC. Grayscale: #373737. Windows color (decimal): -7402445 or 3345551. OLE color: 3345551.

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

Color convert

RGB1431251-
CMYK00.920.640.44
HSL342.14º84.52%30.39%-
HSV(B)342.14º91.61%56.08%-
XYZ12.066.343.72-
YUV55.61125.4190.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 69.42%
GREEN value IS 12 (5.08% from 255) = 5.83%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=69.42%
G=5.83%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143125100.920.640.44342.1484.5230.39
Hex8FC3305C402C156551e
Octal217146301341005452612536
Binary100011111100110011010111001000000101100101010110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,12,51); }

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

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

 a { background-color: rgb(143,12,51); }

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

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

 span { border-color: rgb(143,12,51); }

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