Html Css Color HEX #851610 Falu Red

📋 copy color: '#851610'

red 133 ◦ green 22 ◦ blue 16

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

Shades of Falu Red #851610

Tints of Falu Red #851610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.87%

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

R = 77.78%
G = 12.87%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#851610 (or 0x851610) is known color: Falu Red. HEX triplet: 85, 16 and 10. RGB value is (133,22,16). Sum of RGB (Red+Green+Blue) = 133+22+16=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #851610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851610 is #7AE9EF. Grayscale: #363636. Windows color (decimal): -8055280 or 1054341. OLE color: 1054341.

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

Color convert

RGB 133 22 16 -
CMYK 0 0.83 0.88 0.48
HSL 3.08º 0.79% 0.29% -
HSV(B) 3.08º 0.88% 0.52% -
XYZ 10.05 5.6 1.04 -
YUV 54.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 133 22 16 0 0.83 0.88 0.48 3.08 0.79 0.29
Hex 85 16 10 0 53 58 30 3 4F 1D
Octal 205 26 20 0 123 130 60 3 117 35
Binary 10000101 10110 10000 0 1010011 1011000 110000 11 1001111 11101

Color Harmonies of #851610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851610

Black with #851610

Text Example


Text Example

White with #851610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851610; }

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

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

background-color css

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

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

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

border-color css

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

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

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