Html Css Color HEX #842110 Falu Red

📋 copy color: '#842110'

red 132 ◦ green 33 ◦ blue 16

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

Shades of Falu Red #842110

Tints of Falu Red #842110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.84%

R = 72.93%
G = 18.23%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#842110 (or 0x842110) is known color: Falu Red. HEX triplet: 84, 21 and 10. RGB value is (132,33,16). Sum of RGB (Red+Green+Blue) = 132+33+16=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #842110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842110 is #7BDEEF. Grayscale: #3C3C3C. Windows color (decimal): -8118000 or 1057156. OLE color: 1057156.

HSL color Cylindrical-coordinate representation of color #842110: hue angle of 8.79º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #842110 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 16 -
CMYK 0 0.75 0.88 0.48
HSL 8.79º 0.78% 0.29% -
HSV(B) 8.79º 0.88% 0.52% -
XYZ 10.15 6.03 1.12 -
YUV 60.66 102.8 178.88 -
System Red Green Blue C M Y K H S L
Decimal 132 33 16 0 0.75 0.88 0.48 8.79 0.78 0.29
Hex 84 21 10 0 4B 58 30 9 4E 1D
Octal 204 41 20 0 113 130 60 11 116 35
Binary 10000100 100001 10000 0 1001011 1011000 110000 1001 1001110 11101

Color Harmonies of #842110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842110

Black with #842110

Text Example


Text Example

White with #842110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842110; }

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

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

background-color css

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

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

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

border-color css

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

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

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