Html Css Color HEX #841610 Falu Red

📋 copy color: '#841610'

red 132 ◦ green 22 ◦ blue 16

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

Shades of Falu Red #841610

Tints of Falu Red #841610

RGB

 RED value IS 132 (51.95% from 255) = 77.65%

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

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

R = 77.65%
G = 12.94%
B = 9.41%

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

#841610 (or 0x841610) is known color: Falu Red. HEX triplet: 84, 16 and 10. RGB value is (132,22,16). Sum of RGB (Red+Green+Blue) = 132+22+16=170 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.65% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 132 - color contains mainly: red. Hex color #841610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841610 is #7BE9EF. Grayscale: #363636. Windows color (decimal): -8120816 or 1054340. OLE color: 1054340.

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

Color convert

RGB 132 22 16 -
CMYK 0 0.83 0.88 0.48
HSL 3.1º 0.78% 0.29% -
HSV(B) 3.1º 0.88% 0.52% -
XYZ 9.9 5.52 1.03 -
YUV 54.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 132 22 16 0 0.83 0.88 0.48 3.1 0.78 0.29
Hex 84 16 10 0 53 58 30 3 4E 1D
Octal 204 26 20 0 123 130 60 3 116 35
Binary 10000100 10110 10000 0 1010011 1011000 110000 11 1001110 11101

Color Harmonies of #841610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841610

Black with #841610

Text Example


Text Example

White with #841610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841610; }

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

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

background-color css

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

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

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

border-color css

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

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

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