Html Css Color HEX #851C16 Falu Red

📋 copy color: '#851C16'

red 133 ◦ green 28 ◦ blue 22

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

Shades of Falu Red #851C16

Tints of Falu Red #851C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 72.68%
G = 15.3%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#851C16 (or 0x851C16) is known color: Falu Red. HEX triplet: 85, 1C and 16. RGB value is (133,28,22). Sum of RGB (Red+Green+Blue) = 133+28+22=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #851C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C16 is #7AE3E9. Grayscale: #3A3A3A. Windows color (decimal): -8053738 or 1449093. OLE color: 1449093.

HSL color Cylindrical-coordinate representation of color #851C16: hue angle of 3.24º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851C16 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 28 22 -
CMYK 0 0.79 0.83 0.48
HSL 3.24º 0.72% 0.3% -
HSV(B) 3.24º 0.83% 0.52% -
XYZ 10.23 5.87 1.35 -
YUV 58.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 133 28 22 0 0.79 0.83 0.48 3.24 0.72 0.3
Hex 85 1C 16 0 4F 53 30 3 48 1E
Octal 205 34 26 0 117 123 60 3 110 36
Binary 10000101 11100 10110 0 1001111 1010011 110000 11 1001000 11110

Color Harmonies of #851C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C16

Black with #851C16

Text Example


Text Example

White with #851C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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