#851419

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

Shades of Burgundy #851419

Tints of Burgundy #851419

Color information

#851419 (or 0x851419) is unknown color: approx Burgundy. HEX triplet: 85, 14 and 19. RGB value is (133,20,25). Sum of RGB (Red+Green+Blue) = 133+20+25=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #851419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851419 is #7AEBE6. Grayscale: #363636. Windows color (decimal): -8055783 or 1643653. OLE color: 1643653.

HSL color Cylindrical-coordinate representation of color #851419: hue angle of 357.35º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851419 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB1332025-
CMYK00.850.810.48
HSL357.35º73.86%30%-
HSV(B)357.35º84.96%52.16%-
XYZ10.15.561.46-
YUV54.36111.44184.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 74.72%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 25 (10.16% from 255) = 14.04%
R=74.72%
G=11.24%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133202500.850.810.48357.3573.8630
Hex85141905551301654a1e
Octal205243101251216054511236
Binary100001011010011001010101011010001110000101100101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851419; }

 p { color: rgb(133,20,25); }

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

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

 a { background-color: rgb(133,20,25); }

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

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

 span { border-color: rgb(133,20,25); }

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