Html Css Color HEX #851312 Falu Red

📋 copy color: '#851312'

red 133 ◦ green 19 ◦ blue 18

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

Shades of Falu Red #851312

Tints of Falu Red #851312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.18%

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

R = 78.24%
G = 11.18%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#851312 (or 0x851312) is known color: Falu Red. HEX triplet: 85, 13 and 12. RGB value is (133,19,18). Sum of RGB (Red+Green+Blue) = 133+19+18=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #851312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851312 is #7AECED. Grayscale: #353535. Windows color (decimal): -8056046 or 1184645. OLE color: 1184645.

HSL color Cylindrical-coordinate representation of color #851312: hue angle of 0.52º 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 #851312 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 18 -
CMYK 0 0.86 0.86 0.48
HSL 0.52º 0.76% 0.3% -
HSV(B) 0.52º 0.86% 0.52% -
XYZ 10.01 5.5 1.11 -
YUV 52.97 108.27 185.08 -
System Red Green Blue C M Y K H S L
Decimal 133 19 18 0 0.86 0.86 0.48 0.52 0.76 0.3
Hex 85 13 12 0 56 56 30 1 4C 1E
Octal 205 23 22 0 126 126 60 1 114 36
Binary 10000101 10011 10010 0 1010110 1010110 110000 1 1001100 11110

Color Harmonies of #851312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851312

Black with #851312

Text Example


Text Example

White with #851312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851312; }

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

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

background-color css

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

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

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

border-color css

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

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

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