Html Css Color HEX #851E13 Falu Red

📋 copy color: '#851E13'

red 133 ◦ green 30 ◦ blue 19

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

Shades of Falu Red #851E13

Tints of Falu Red #851E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.44%

R = 73.08%
G = 16.48%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#851E13 (or 0x851E13) is known color: Falu Red. HEX triplet: 85, 1E and 13. RGB value is (133,30,19). Sum of RGB (Red+Green+Blue) = 133+30+19=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #851E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851E13 is #7AE1EC. Grayscale: #3B3B3B. Windows color (decimal): -8053229 or 1252997. OLE color: 1252997.

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

Color convert

RGB 133 30 19 -
CMYK 0 0.77 0.86 0.48
HSL 5.79º 0.75% 0.3% -
HSV(B) 5.79º 0.86% 0.52% -
XYZ 10.25 5.96 1.23 -
YUV 59.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 133 30 19 0 0.77 0.86 0.48 5.79 0.75 0.3
Hex 85 1E 13 0 4D 56 30 6 4B 1E
Octal 205 36 23 0 115 126 60 6 113 36
Binary 10000101 11110 10011 0 1001101 1010110 110000 110 1001011 11110

Color Harmonies of #851E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E13

Black with #851E13

Text Example


Text Example

White with #851E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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