#851029

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

Shades of Burgundy #851029

Tints of Burgundy #851029

Color information

#851029 (or 0x851029) is unknown color: approx Burgundy. HEX triplet: 85, 10 and 29. RGB value is (133,16,41). Sum of RGB (Red+Green+Blue) = 133+16+41=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #851029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851029 is #7AEFD6. Grayscale: #353535. Windows color (decimal): -8056791 or 2691205. OLE color: 2691205.

HSL color Cylindrical-coordinate representation of color #851029: hue angle of 347.18º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851029 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB1331641-
CMYK00.880.690.48
HSL347.18º78.52%29.22%-
HSV(B)347.18º87.97%52.16%-
XYZ10.265.522.62-
YUV53.83120.76184.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=70%
G=8.42%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133164100.880.690.48347.1878.5229.22
Hex851029058453015b4f1d
Octal205205101301056053311735
Binary1000010110000101001010110001000101110000101011011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851029; }

 p { color: rgb(133,16,41); }

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

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

 a { background-color: rgb(133,16,41); }

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

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

 span { border-color: rgb(133,16,41); }

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