Html Css Color HEX #842115 Falu Red

📋 copy color: '#842115'

red 132 ◦ green 33 ◦ blue 21

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

Shades of Falu Red #842115

Tints of Falu Red #842115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.29%

R = 70.97%
G = 17.74%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#842115 (or 0x842115) is known color: Falu Red. HEX triplet: 84, 21 and 15. RGB value is (132,33,21). Sum of RGB (Red+Green+Blue) = 132+33+21=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #842115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842115 is #7BDEEA. Grayscale: #3D3D3D. Windows color (decimal): -8117995 or 1384836. OLE color: 1384836.

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

Color convert

RGB 132 33 21 -
CMYK 0 0.75 0.84 0.48
HSL 6.49º 0.73% 0.3% -
HSV(B) 6.49º 0.84% 0.52% -
XYZ 10.19 6.05 1.34 -
YUV 61.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 132 33 21 0 0.75 0.84 0.48 6.49 0.73 0.3
Hex 84 21 15 0 4B 54 30 6 49 1E
Octal 204 41 25 0 113 124 60 6 111 36
Binary 10000100 100001 10101 0 1001011 1010100 110000 110 1001001 11110

Color Harmonies of #842115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842115

Black with #842115

Text Example


Text Example

White with #842115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842115; }

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

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

background-color css

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

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

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

border-color css

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

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

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