Html Css Color HEX #851F10 Falu Red

📋 copy color: '#851F10'

red 133 ◦ green 31 ◦ blue 16

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

Shades of Falu Red #851F10

Tints of Falu Red #851F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.89%

R = 73.89%
G = 17.22%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#851F10 (or 0x851F10) is known color: Falu Red. HEX triplet: 85, 1F and 10. RGB value is (133,31,16). Sum of RGB (Red+Green+Blue) = 133+31+16=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #851F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851F10 is #7AE0EF. Grayscale: #3B3B3B. Windows color (decimal): -8052976 or 1056645. OLE color: 1056645.

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

Color convert

RGB 133 31 16 -
CMYK 0 0.77 0.88 0.48
HSL 7.69º 0.79% 0.29% -
HSV(B) 7.69º 0.88% 0.52% -
XYZ 10.26 6 1.11 -
YUV 59.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 133 31 16 0 0.77 0.88 0.48 7.69 0.79 0.29
Hex 85 1F 10 0 4D 58 30 8 4F 1D
Octal 205 37 20 0 115 130 60 10 117 35
Binary 10000101 11111 10000 0 1001101 1011000 110000 1000 1001111 11101

Color Harmonies of #851F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851F10

Black with #851F10

Text Example


Text Example

White with #851F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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