Html Css Color HEX #841D16 Falu Red

📋 copy color: '#841D16'

red 132 ◦ green 29 ◦ blue 22

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

Shades of Falu Red #841D16

Tints of Falu Red #841D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.85%

 BLUE value IS 22 (8.98% from 255) = 12.02%

R = 72.13%
G = 15.85%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#841D16 (or 0x841D16) is known color: Falu Red. HEX triplet: 84, 1D and 16. RGB value is (132,29,22). Sum of RGB (Red+Green+Blue) = 132+29+22=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #841D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841D16 is #7BE2E9. Grayscale: #3B3B3B. Windows color (decimal): -8119018 or 1449348. OLE color: 1449348.

HSL color Cylindrical-coordinate representation of color #841D16: hue angle of 3.82º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841D16 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 29 22 -
CMYK 0 0.78 0.83 0.48
HSL 3.82º 0.71% 0.3% -
HSV(B) 3.82º 0.83% 0.52% -
XYZ 10.1 5.84 1.35 -
YUV 59 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 132 29 22 0 0.78 0.83 0.48 3.82 0.71 0.3
Hex 84 1D 16 0 4E 53 30 4 47 1E
Octal 204 35 26 0 116 123 60 4 107 36
Binary 10000100 11101 10110 0 1001110 1010011 110000 100 1000111 11110

Color Harmonies of #841D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D16

Black with #841D16

Text Example


Text Example

White with #841D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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