Html Css Color HEX #841C16 Falu Red

📋 copy color: '#841C16'

red 132 ◦ green 28 ◦ blue 22

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

Shades of Falu Red #841C16

Tints of Falu Red #841C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.38%

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

R = 72.53%
G = 15.38%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#841C16 (or 0x841C16) is known color: Falu Red. HEX triplet: 84, 1C and 16. RGB value is (132,28,22). Sum of RGB (Red+Green+Blue) = 132+28+22=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #841C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841C16 is #7BE3E9. Grayscale: #3A3A3A. Windows color (decimal): -8119274 or 1449092. OLE color: 1449092.

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

Color convert

RGB 132 28 22 -
CMYK 0 0.79 0.83 0.48
HSL 3.27º 0.71% 0.3% -
HSV(B) 3.27º 0.83% 0.52% -
XYZ 10.08 5.79 1.35 -
YUV 58.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 132 28 22 0 0.79 0.83 0.48 3.27 0.71 0.3
Hex 84 1C 16 0 4F 53 30 3 47 1E
Octal 204 34 26 0 117 123 60 3 107 36
Binary 10000100 11100 10110 0 1001111 1010011 110000 11 1000111 11110

Color Harmonies of #841C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841C16

Black with #841C16

Text Example


Text Example

White with #841C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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