Html Css Color HEX #841716 Falu Red

📋 copy color: '#841716'

red 132 ◦ green 23 ◦ blue 22

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

Shades of Falu Red #841716

Tints of Falu Red #841716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.99%

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

R = 74.58%
G = 12.99%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#841716 (or 0x841716) is known color: Falu Red. HEX triplet: 84, 17 and 16. RGB value is (132,23,22). Sum of RGB (Red+Green+Blue) = 132+23+22=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #841716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841716 is #7BE8E9. Grayscale: #373737. Windows color (decimal): -8120554 or 1447812. OLE color: 1447812.

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

Color convert

RGB 132 23 22 -
CMYK 0 0.83 0.83 0.48
HSL 0.55º 0.71% 0.3% -
HSV(B) 0.55º 0.83% 0.52% -
XYZ 9.97 5.58 1.31 -
YUV 55.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 132 23 22 0 0.83 0.83 0.48 0.55 0.71 0.3
Hex 84 17 16 0 53 53 30 1 47 1E
Octal 204 27 26 0 123 123 60 1 107 36
Binary 10000100 10111 10110 0 1010011 1010011 110000 1 1000111 11110

Color Harmonies of #841716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841716

Black with #841716

Text Example


Text Example

White with #841716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841716; }

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

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

background-color css

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

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

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

border-color css

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

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

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