Html Css Color HEX #851211 Falu Red

📋 copy color: '#851211'

red 133 ◦ green 18 ◦ blue 17

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

Shades of Falu Red #851211

Tints of Falu Red #851211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.12%

R = 79.17%
G = 10.71%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#851211 (or 0x851211) is known color: Falu Red. HEX triplet: 85, 12 and 11. RGB value is (133,18,17). Sum of RGB (Red+Green+Blue) = 133+18+17=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #851211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851211 is #7AEDEE. Grayscale: #343434. Windows color (decimal): -8056303 or 1118853. OLE color: 1118853.

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

Color convert

RGB 133 18 17 -
CMYK 0 0.86 0.87 0.48
HSL 0.52º 0.77% 0.29% -
HSV(B) 0.52º 0.87% 0.52% -
XYZ 9.99 5.46 1.06 -
YUV 52.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 133 18 17 0 0.86 0.87 0.48 0.52 0.77 0.29
Hex 85 12 11 0 56 57 30 1 4D 1D
Octal 205 22 21 0 126 127 60 1 115 35
Binary 10000101 10010 10001 0 1010110 1010111 110000 1 1001101 11101

Color Harmonies of #851211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851211

Black with #851211

Text Example


Text Example

White with #851211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851211; }

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

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

background-color css

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

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

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

border-color css

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

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

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