Html Css Color HEX #851412 Falu Red

📋 copy color: '#851412'

red 133 ◦ green 20 ◦ blue 18

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

Shades of Falu Red #851412

Tints of Falu Red #851412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.7%

 BLUE value IS 18 (7.42% from 255) = 10.53%

R = 77.78%
G = 11.7%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#851412 (or 0x851412) is known color: Falu Red. HEX triplet: 85, 14 and 12. RGB value is (133,20,18). Sum of RGB (Red+Green+Blue) = 133+20+18=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #851412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851412 is #7AEBED. Grayscale: #353535. Windows color (decimal): -8055790 or 1184901. OLE color: 1184901.

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

Color convert

RGB 133 20 18 -
CMYK 0 0.85 0.86 0.48
HSL 1.04º 0.76% 0.3% -
HSV(B) 1.04º 0.86% 0.52% -
XYZ 10.03 5.53 1.11 -
YUV 53.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 133 20 18 0 0.85 0.86 0.48 1.04 0.76 0.3
Hex 85 14 12 0 55 56 30 1 4C 1E
Octal 205 24 22 0 125 126 60 1 114 36
Binary 10000101 10100 10010 0 1010101 1010110 110000 1 1001100 11110

Color Harmonies of #851412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851412

Black with #851412

Text Example


Text Example

White with #851412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851412; }

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

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

background-color css

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

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

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

border-color css

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

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

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