#850C34

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

Shades of Burgundy #850C34

Tints of Burgundy #850C34

Color information

#850C34 (or 0x850C34) is unknown color: approx Burgundy. HEX triplet: 85, 0C and 34. RGB value is (133,12,52). Sum of RGB (Red+Green+Blue) = 133+12+52=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #850C34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850C34 is #7AF3CB. Grayscale: #343434. Windows color (decimal): -8057804 or 3411077. OLE color: 3411077.

HSL color Cylindrical-coordinate representation of color #850C34: hue angle of 340.17º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C34 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1331252-
CMYK00.910.610.48
HSL340.17º83.45%28.43%-
HSV(B)340.17º90.98%52.16%-
XYZ10.425.53.76-
YUV52.74127.59185.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.51%
GREEN value IS 12 (5.08% from 255) = 6.09%
BLUE value IS 52 (20.70% from 255) = 26.40%
R=67.51%
G=6.09%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133125200.910.610.48340.1783.4528.43
Hex85C3405B3D30154531c
Octal20514640133756052412334
Binary10000101110011010001011011111101110000101010100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850C34; }

 p { color: rgb(133,12,52); }

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

<style>
 a { background-color: #850C34; }

 a { background-color: rgb(133,12,52); }

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

<style>
 span { border-color: #850C34; }

 span { border-color: rgb(133,12,52); }

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