Html Css Color HEX #851919 Falu Red

📋 copy color: '#851919'

red 133 ◦ green 25 ◦ blue 25

#851919
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #851919

Tints of Falu Red #851919

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 value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#851919 (or 0x851919) is known color: 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

RGB 133 25 25 -
CMYK 0 0.81 0.81 0.48
HSL 0.68% 0.31% -
HSV(B) 0.81% 0.52% -
XYZ 10.2 5.75 1.49 -
YUV 57.29 109.78 182 -
System Red Green Blue C M Y K H S L
Decimal 133 25 25 0 0.81 0.81 0.48 0 0.68 0.31
Hex 85 19 19 0 51 51 30 0 44 1F
Octal 205 31 31 0 121 121 60 0 104 37
Binary 10000101 11001 11001 0 1010001 1010001 110000 0 1000100 11111

Color Harmonies of #851919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851919

Black with #851919

Text Example


Text Example

White with #851919

Text Example


Text Example

HTML Codes & Css Web 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>