Html Css Color HEX #851410 Falu Red

📋 copy color: '#851410'

red 133 ◦ green 20 ◦ blue 16

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

Shades of Falu Red #851410

Tints of Falu Red #851410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.83%

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

R = 78.7%
G = 11.83%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#851410 (or 0x851410) is known color: Falu Red. HEX triplet: 85, 14 and 10. RGB value is (133,20,16). Sum of RGB (Red+Green+Blue) = 133+20+16=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #851410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851410 is #7AEBEF. Grayscale: #353535. Windows color (decimal): -8055792 or 1053829. OLE color: 1053829.

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

Color convert

RGB 133 20 16 -
CMYK 0 0.85 0.88 0.48
HSL 2.05º 0.79% 0.29% -
HSV(B) 2.05º 0.88% 0.52% -
XYZ 10.02 5.52 1.03 -
YUV 53.33 106.94 184.83 -
System Red Green Blue C M Y K H S L
Decimal 133 20 16 0 0.85 0.88 0.48 2.05 0.79 0.29
Hex 85 14 10 0 55 58 30 2 4F 1D
Octal 205 24 20 0 125 130 60 2 117 35
Binary 10000101 10100 10000 0 1010101 1011000 110000 10 1001111 11101

Color Harmonies of #851410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851410

Black with #851410

Text Example


Text Example

White with #851410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851410; }

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

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

background-color css

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

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

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

border-color css

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

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

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