Html Css Color HEX #851918 Falu Red

📋 copy color: '#851918'

red 133 ◦ green 25 ◦ blue 24

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

Shades of Falu Red #851918

Tints of Falu Red #851918

RGB

 RED value IS 133 (52.34% from 255) = 73.08%

 GREEN value IS 25 (10.16% from 255) = 13.74%

 BLUE value IS 24 (9.77% from 255) = 13.19%

R = 73.08%
G = 13.74%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#851918 (or 0x851918) is known color: Falu Red. HEX triplet: 85, 19 and 18. RGB value is (133,25,24). Sum of RGB (Red+Green+Blue) = 133+25+24=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #851918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851918 is #7AE6E7. Grayscale: #393939. Windows color (decimal): -8054504 or 1579397. OLE color: 1579397.

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

Color convert

RGB 133 25 24 -
CMYK 0 0.81 0.82 0.48
HSL 0.55º 0.69% 0.31% -
HSV(B) 0.55º 0.82% 0.52% -
XYZ 10.19 5.75 1.44 -
YUV 57.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 133 25 24 0 0.81 0.82 0.48 0.55 0.69 0.31
Hex 85 19 18 0 51 52 30 1 45 1F
Octal 205 31 30 0 121 122 60 1 105 37
Binary 10000101 11001 11000 0 1010001 1010010 110000 1 1000101 11111

Color Harmonies of #851918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851918

Black with #851918

Text Example


Text Example

White with #851918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851918; }

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

 H1.HeaderClassName
 {
   color: #851918;
 }
 .AnyTagClassName
 {
   color: #851918;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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