Html Css Color HEX #851110 Falu Red

📋 copy color: '#851110'

red 133 ◦ green 17 ◦ blue 16

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

Shades of Falu Red #851110

Tints of Falu Red #851110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.24%

 BLUE value IS 16 (6.64% from 255) = 9.64%

R = 80.12%
G = 10.24%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#851110 (or 0x851110) is known color: Falu Red. HEX triplet: 85, 11 and 10. RGB value is (133,17,16). Sum of RGB (Red+Green+Blue) = 133+17+16=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #851110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851110 is #7AEEEF. Grayscale: #333333. Windows color (decimal): -8056560 or 1053061. OLE color: 1053061.

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

Color convert

RGB 133 17 16 -
CMYK 0 0.87 0.88 0.48
HSL 0.51º 0.79% 0.29% -
HSV(B) 0.51º 0.88% 0.52% -
XYZ 9.97 5.42 1.01 -
YUV 51.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 133 17 16 0 0.87 0.88 0.48 0.51 0.79 0.29
Hex 85 11 10 0 57 58 30 1 4F 1D
Octal 205 21 20 0 127 130 60 1 117 35
Binary 10000101 10001 10000 0 1010111 1011000 110000 1 1001111 11101

Color Harmonies of #851110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851110

Black with #851110

Text Example


Text Example

White with #851110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851110; }

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

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

background-color css

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

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

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

border-color css

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

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

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