Html Css Color HEX #851C11 Falu Red

📋 copy color: '#851C11'

red 133 ◦ green 28 ◦ blue 17

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

Shades of Falu Red #851C11

Tints of Falu Red #851C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.73%

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

R = 74.72%
G = 15.73%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#851C11 (or 0x851C11) is known color: Falu Red. HEX triplet: 85, 1C and 11. RGB value is (133,28,17). Sum of RGB (Red+Green+Blue) = 133+28+17=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #851C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C11 is #7AE3EE. Grayscale: #3A3A3A. Windows color (decimal): -8053743 or 1121413. OLE color: 1121413.

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

Color convert

RGB 133 28 17 -
CMYK 0 0.79 0.87 0.48
HSL 5.69º 0.77% 0.29% -
HSV(B) 5.69º 0.87% 0.52% -
XYZ 10.19 5.86 1.12 -
YUV 58.14 104.79 181.39 -
System Red Green Blue C M Y K H S L
Decimal 133 28 17 0 0.79 0.87 0.48 5.69 0.77 0.29
Hex 85 1C 11 0 4F 57 30 6 4D 1D
Octal 205 34 21 0 117 127 60 6 115 35
Binary 10000101 11100 10001 0 1001111 1010111 110000 110 1001101 11101

Color Harmonies of #851C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C11

Black with #851C11

Text Example


Text Example

White with #851C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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