Html Css Color HEX #851614 Falu Red

📋 copy color: '#851614'

red 133 ◦ green 22 ◦ blue 20

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

Shades of Falu Red #851614

Tints of Falu Red #851614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

 BLUE value IS 20 (8.2% from 255) = 11.43%

R = 76%
G = 12.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#851614 (or 0x851614) is known color: Falu Red. HEX triplet: 85, 16 and 14. RGB value is (133,22,20). Sum of RGB (Red+Green+Blue) = 133+22+20=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #851614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851614 is #7AE9EB. Grayscale: #373737. Windows color (decimal): -8055276 or 1316485. OLE color: 1316485.

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

Color convert

RGB 133 22 20 -
CMYK 0 0.83 0.85 0.48
HSL 1.06º 0.74% 0.3% -
HSV(B) 1.06º 0.85% 0.52% -
XYZ 10.09 5.61 1.21 -
YUV 54.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 133 22 20 0 0.83 0.85 0.48 1.06 0.74 0.3
Hex 85 16 14 0 53 55 30 1 4A 1E
Octal 205 26 24 0 123 125 60 1 112 36
Binary 10000101 10110 10100 0 1010011 1010101 110000 1 1001010 11110

Color Harmonies of #851614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851614

Black with #851614

Text Example


Text Example

White with #851614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851614; }

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

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

background-color css

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

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

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

border-color css

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

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

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