Html Css Color HEX #851714 Falu Red

📋 copy color: '#851714'

red 133 ◦ green 23 ◦ blue 20

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

Shades of Falu Red #851714

Tints of Falu Red #851714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.07%

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

R = 75.57%
G = 13.07%
B = 11.36%

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

#851714 (or 0x851714) is known color: Falu Red. HEX triplet: 85, 17 and 14. RGB value is (133,23,20). Sum of RGB (Red+Green+Blue) = 133+23+20=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #851714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851714 is #7AE8EB. Grayscale: #373737. Windows color (decimal): -8055020 or 1316741. OLE color: 1316741.

HSL color Cylindrical-coordinate representation of color #851714: hue angle of 1.59º 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 #851714 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 20 -
CMYK 0 0.83 0.85 0.48
HSL 1.59º 0.74% 0.3% -
HSV(B) 1.59º 0.85% 0.52% -
XYZ 10.11 5.65 1.22 -
YUV 55.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 133 23 20 0 0.83 0.85 0.48 1.59 0.74 0.3
Hex 85 17 14 0 53 55 30 2 4A 1E
Octal 205 27 24 0 123 125 60 2 112 36
Binary 10000101 10111 10100 0 1010011 1010101 110000 10 1001010 11110

Color Harmonies of #851714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851714

Black with #851714

Text Example


Text Example

White with #851714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851714; }

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

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

background-color css

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

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

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

border-color css

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

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

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