Html Css Color HEX #841910 Falu Red

📋 copy color: '#841910'

red 132 ◦ green 25 ◦ blue 16

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

Shades of Falu Red #841910

Tints of Falu Red #841910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

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

R = 76.3%
G = 14.45%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#841910 (or 0x841910) is known color: Falu Red. HEX triplet: 84, 19 and 10. RGB value is (132,25,16). Sum of RGB (Red+Green+Blue) = 132+25+16=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #841910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841910 is #7BE6EF. Grayscale: #383838. Windows color (decimal): -8120048 or 1055108. OLE color: 1055108.

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

Color convert

RGB 132 25 16 -
CMYK 0 0.81 0.88 0.48
HSL 4.66º 0.78% 0.29% -
HSV(B) 4.66º 0.88% 0.52% -
XYZ 9.96 5.64 1.05 -
YUV 55.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 132 25 16 0 0.81 0.88 0.48 4.66 0.78 0.29
Hex 84 19 10 0 51 58 30 5 4E 1D
Octal 204 31 20 0 121 130 60 5 116 35
Binary 10000100 11001 10000 0 1010001 1011000 110000 101 1001110 11101

Color Harmonies of #841910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841910

Black with #841910

Text Example


Text Example

White with #841910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841910; }

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

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

background-color css

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

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

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

border-color css

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

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

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