#851030

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

Shades of Burgundy #851030

Tints of Burgundy #851030

Color information

#851030 (or 0x851030) is unknown color: approx Burgundy. HEX triplet: 85, 10 and 30. RGB value is (133,16,48). Sum of RGB (Red+Green+Blue) = 133+16+48=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #851030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851030 is #7AEFCF. Grayscale: #363636. Windows color (decimal): -8056784 or 3149957. OLE color: 3149957.

HSL color Cylindrical-coordinate representation of color #851030: hue angle of 343.59º 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 #851030 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1331648-
CMYK00.880.640.48
HSL343.59º78.52%29.22%-
HSV(B)343.59º87.97%52.16%-
XYZ10.395.573.32-
YUV54.63124.26183.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.51%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=67.51%
G=8.12%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133164800.880.640.48343.5978.5229.22
Hex85103005840301584f1d
Octal205206001301006053011735
Binary1000010110000110000010110001000000110000101011000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851030; }

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

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

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

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

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

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

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

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