Html Css Color HEX #841F17 Falu Red

📋 copy color: '#841F17'

red 132 ◦ green 31 ◦ blue 23

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

Shades of Falu Red #841F17

Tints of Falu Red #841F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.67%

 BLUE value IS 23 (9.38% from 255) = 12.37%

R = 70.97%
G = 16.67%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#841F17 (or 0x841F17) is known color: Falu Red. HEX triplet: 84, 1F and 17. RGB value is (132,31,23). Sum of RGB (Red+Green+Blue) = 132+31+23=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #841F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841F17 is #7BE0E8. Grayscale: #3C3C3C. Windows color (decimal): -8118505 or 1515396. OLE color: 1515396.

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

Color convert

RGB 132 31 23 -
CMYK 0 0.77 0.83 0.48
HSL 4.4º 0.7% 0.3% -
HSV(B) 4.4º 0.83% 0.52% -
XYZ 10.16 5.95 1.42 -
YUV 60.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 132 31 23 0 0.77 0.83 0.48 4.4 0.7 0.3
Hex 84 1F 17 0 4D 53 30 4 46 1E
Octal 204 37 27 0 115 123 60 4 106 36
Binary 10000100 11111 10111 0 1001101 1010011 110000 100 1000110 11110

Color Harmonies of #841F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F17

Black with #841F17

Text Example


Text Example

White with #841F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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