Html Css Color HEX #851E14 Falu Red

📋 copy color: '#851E14'

red 133 ◦ green 30 ◦ blue 20

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

Shades of Falu Red #851E14

Tints of Falu Red #851E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.39%

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

R = 72.68%
G = 16.39%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#851E14 (or 0x851E14) is known color: Falu Red. HEX triplet: 85, 1E and 14. RGB value is (133,30,20). Sum of RGB (Red+Green+Blue) = 133+30+20=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #851E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851E14 is #7AE1EB. Grayscale: #3B3B3B. Windows color (decimal): -8053228 or 1318533. OLE color: 1318533.

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

Color convert

RGB 133 30 20 -
CMYK 0 0.77 0.85 0.48
HSL 5.31º 0.74% 0.3% -
HSV(B) 5.31º 0.85% 0.52% -
XYZ 10.26 5.97 1.27 -
YUV 59.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 133 30 20 0 0.77 0.85 0.48 5.31 0.74 0.3
Hex 85 1E 14 0 4D 55 30 5 4A 1E
Octal 205 36 24 0 115 125 60 5 112 36
Binary 10000101 11110 10100 0 1001101 1010101 110000 101 1001010 11110

Color Harmonies of #851E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E14

Black with #851E14

Text Example


Text Example

White with #851E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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