Html Css Color HEX #841512 Falu Red

📋 copy color: '#841512'

red 132 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #841512

Tints of Falu Red #841512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.53%

R = 77.19%
G = 12.28%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#841512 (or 0x841512) is known color: Falu Red. HEX triplet: 84, 15 and 12. RGB value is (132,21,18). Sum of RGB (Red+Green+Blue) = 132+21+18=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #841512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841512 is #7BEAED. Grayscale: #353535. Windows color (decimal): -8121070 or 1185156. OLE color: 1185156.

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

Color convert

RGB 132 21 18 -
CMYK 0 0.84 0.86 0.48
HSL 1.58º 0.76% 0.29% -
HSV(B) 1.58º 0.86% 0.52% -
XYZ 9.89 5.49 1.11 -
YUV 53.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 132 21 18 0 0.84 0.86 0.48 1.58 0.76 0.29
Hex 84 15 12 0 54 56 30 2 4C 1D
Octal 204 25 22 0 124 126 60 2 114 35
Binary 10000100 10101 10010 0 1010100 1010110 110000 10 1001100 11101

Color Harmonies of #841512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841512

Black with #841512

Text Example


Text Example

White with #841512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841512; }

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

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

background-color css

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

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

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

border-color css

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

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

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