Html Css Color HEX #841511 Falu Red

📋 copy color: '#841511'

red 132 ◦ green 21 ◦ blue 17

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

Shades of Falu Red #841511

Tints of Falu Red #841511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

 BLUE value IS 17 (7.03% from 255) = 10%

R = 77.65%
G = 12.35%
B = 10%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#841511 (or 0x841511) is known color: Falu Red. HEX triplet: 84, 15 and 11. RGB value is (132,21,17). Sum of RGB (Red+Green+Blue) = 132+21+17=170 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.65% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 132 - color contains mainly: red. Hex color #841511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841511 is #7BEAEE. Grayscale: #353535. Windows color (decimal): -8121071 or 1119620. OLE color: 1119620.

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

Color convert

RGB 132 21 17 -
CMYK 0 0.84 0.87 0.48
HSL 2.09º 0.77% 0.29% -
HSV(B) 2.09º 0.87% 0.52% -
XYZ 9.89 5.48 1.07 -
YUV 53.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 132 21 17 0 0.84 0.87 0.48 2.09 0.77 0.29
Hex 84 15 11 0 54 57 30 2 4D 1D
Octal 204 25 21 0 124 127 60 2 115 35
Binary 10000100 10101 10001 0 1010100 1010111 110000 10 1001101 11101

Color Harmonies of #841511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841511

Black with #841511

Text Example


Text Example

White with #841511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841511; }

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

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

background-color css

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

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

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

border-color css

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

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

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