Html Css Color HEX #842117 Falu Red

📋 copy color: '#842117'

red 132 ◦ green 33 ◦ blue 23

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

Shades of Falu Red #842117

Tints of Falu Red #842117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.55%

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

R = 70.21%
G = 17.55%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#842117 (or 0x842117) is known color: Falu Red. HEX triplet: 84, 21 and 17. RGB value is (132,33,23). Sum of RGB (Red+Green+Blue) = 132+33+23=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #842117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842117 is #7BDEE8. Grayscale: #3D3D3D. Windows color (decimal): -8117993 or 1515908. OLE color: 1515908.

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

Color convert

RGB 132 33 23 -
CMYK 0 0.75 0.83 0.48
HSL 5.5º 0.7% 0.3% -
HSV(B) 5.5º 0.83% 0.52% -
XYZ 10.21 6.06 1.44 -
YUV 61.46 106.3 178.31 -
System Red Green Blue C M Y K H S L
Decimal 132 33 23 0 0.75 0.83 0.48 5.5 0.7 0.3
Hex 84 21 17 0 4B 53 30 6 46 1E
Octal 204 41 27 0 113 123 60 6 106 36
Binary 10000100 100001 10111 0 1001011 1010011 110000 110 1000110 11110

Color Harmonies of #842117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842117

Black with #842117

Text Example


Text Example

White with #842117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842117; }

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

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

background-color css

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

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

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

border-color css

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

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

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