Html Css Color HEX #841A10 Falu Red

📋 copy color: '#841A10'

red 132 ◦ green 26 ◦ blue 16

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

Shades of Falu Red #841A10

Tints of Falu Red #841A10

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.94%

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

R = 75.86%
G = 14.94%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#841A10 (or 0x841A10) is known color: Falu Red. HEX triplet: 84, 1A and 10. RGB value is (132,26,16). Sum of RGB (Red+Green+Blue) = 132+26+16=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #841A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841A10 is #7BE5EF. Grayscale: #383838. Windows color (decimal): -8119792 or 1055364. OLE color: 1055364.

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

Color convert

RGB 132 26 16 -
CMYK 0 0.80 0.88 0.48
HSL 5.17º 0.78% 0.29% -
HSV(B) 5.17º 0.88% 0.52% -
XYZ 9.98 5.68 1.06 -
YUV 56.55 105.12 181.81 -
System Red Green Blue C M Y K H S L
Decimal 132 26 16 0 0.80 0.88 0.48 5.17 0.78 0.29
Hex 84 1A 10 0 50 58 30 5 4E 1D
Octal 204 32 20 0 120 130 60 5 116 35
Binary 10000100 11010 10000 0 1010000 1011000 110000 101 1001110 11101

Color Harmonies of #841A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841A10

Black with #841A10

Text Example


Text Example

White with #841A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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