Html Css Color HEX #851F19 Falu Red

📋 copy color: '#851F19'

red 133 ◦ green 31 ◦ blue 25

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

Shades of Falu Red #851F19

Tints of Falu Red #851F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.4%

 BLUE value IS 25 (10.16% from 255) = 13.23%

R = 70.37%
G = 16.4%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#851F19 (or 0x851F19) is known color: Falu Red. HEX triplet: 85, 1F and 19. RGB value is (133,31,25). Sum of RGB (Red+Green+Blue) = 133+31+25=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #851F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851F19 is #7AE0E6. Grayscale: #3C3C3C. Windows color (decimal): -8052967 or 1646469. OLE color: 1646469.

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

Color convert

RGB 133 31 25 -
CMYK 0 0.77 0.81 0.48
HSL 3.33º 0.68% 0.31% -
HSV(B) 3.33º 0.81% 0.52% -
XYZ 10.34 6.04 1.54 -
YUV 60.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 133 31 25 0 0.77 0.81 0.48 3.33 0.68 0.31
Hex 85 1F 19 0 4D 51 30 3 44 1F
Octal 205 37 31 0 115 121 60 3 104 37
Binary 10000101 11111 11001 0 1001101 1010001 110000 11 1000100 11111

Color Harmonies of #851F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851F19

Black with #851F19

Text Example


Text Example

White with #851F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,31,25); }

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

background-color css

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

 a { background-color: rgb(133,31,25); }

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

border-color css

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

 span { border-color: rgb(133,31,25); }

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