Html Css Color HEX #851208 Falu Red

📋 copy color: '#851208'

red 133 ◦ green 18 ◦ blue 8

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

Shades of Falu Red #851208

Tints of Falu Red #851208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.32%

 BLUE value IS 8 (3.52% from 255) = 5.03%

R = 83.65%
G = 11.32%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#851208 (or 0x851208) is known color: Falu Red. HEX triplet: 85, 12 and 08. RGB value is (133,18,8). Sum of RGB (Red+Green+Blue) = 133+18+8=159 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.65% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 133 - color contains mainly: red. Hex color #851208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851208 is #7AEDF7. Grayscale: #333333. Windows color (decimal): -8056312 or 529029. OLE color: 529029.

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

Color convert

RGB 133 18 8 -
CMYK 0 0.86 0.94 0.48
HSL 4.8º 0.89% 0.28% -
HSV(B) 4.8º 0.94% 0.52% -
XYZ 9.93 5.44 0.76 -
YUV 51.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 133 18 8 0 0.86 0.94 0.48 4.8 0.89 0.28
Hex 85 12 8 0 56 5E 30 5 59 1C
Octal 205 22 10 0 126 136 60 5 131 34
Binary 10000101 10010 1000 0 1010110 1011110 110000 101 1011001 11100

Color Harmonies of #851208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851208

Black with #851208

Text Example


Text Example

White with #851208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851208; }

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

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

background-color css

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

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

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

border-color css

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

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

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