#851919

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

Shades of Falu Red #851919

Tints of Falu Red #851919

Color information

#851919 (or 0x851919) is unknown color: approx Falu Red. HEX triplet: 85, 19 and 19. RGB value is (133,25,25). Sum of RGB (Red+Green+Blue) = 133+25+25=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #851919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851919 is #7AE6E6. Grayscale: #393939. Windows color (decimal): -8054503 or 1644933. OLE color: 1644933.

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

Color convert

RGB1332525-
CMYK00.810.810.48
HSL68.35%30.98%-
HSV(B)81.2%52.16%-
XYZ10.25.751.49-
YUV57.29109.78182-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 72.68%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=72.68%
G=13.66%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133252500.810.810.48068.3530.98
Hex85191905151300441f
Octal2053131012112160010437
Binary1000010111001110010101000110100011100000100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851919; }

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

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

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

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

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

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

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

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