Html Css Color HEX #842012 Falu Red

📋 copy color: '#842012'

red 132 ◦ green 32 ◦ blue 18

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

Shades of Falu Red #842012

Tints of Falu Red #842012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.58%

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

R = 72.53%
G = 17.58%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#842012 (or 0x842012) is known color: Falu Red. HEX triplet: 84, 20 and 12. RGB value is (132,32,18). Sum of RGB (Red+Green+Blue) = 132+32+18=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #842012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842012 is #7BDFED. Grayscale: #3C3C3C. Windows color (decimal): -8118254 or 1187972. OLE color: 1187972.

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

Color convert

RGB 132 32 18 -
CMYK 0 0.76 0.86 0.48
HSL 7.37º 0.76% 0.29% -
HSV(B) 7.37º 0.86% 0.52% -
XYZ 10.14 5.98 1.19 -
YUV 60.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 132 32 18 0 0.76 0.86 0.48 7.37 0.76 0.29
Hex 84 20 12 0 4C 56 30 7 4C 1D
Octal 204 40 22 0 114 126 60 7 114 35
Binary 10000100 100000 10010 0 1001100 1010110 110000 111 1001100 11101

Color Harmonies of #842012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842012

Black with #842012

Text Example


Text Example

White with #842012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842012; }

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

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

background-color css

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

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

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

border-color css

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

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

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