Html Css Color HEX #841212 Falu Red

📋 copy color: '#841212'

red 132 ◦ green 18 ◦ blue 18

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

Shades of Falu Red #841212

Tints of Falu Red #841212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.71%

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

R = 78.57%
G = 10.71%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#841212 (or 0x841212) is known color: Falu Red. HEX triplet: 84, 12 and 12. RGB value is (132,18,18). Sum of RGB (Red+Green+Blue) = 132+18+18=168 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.57% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 132 - color contains mainly: red. Hex color #841212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841212 is #7BEDED. Grayscale: #343434. Windows color (decimal): -8121838 or 1184388. OLE color: 1184388.

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

Color convert

RGB 132 18 18 -
CMYK 0 0.86 0.86 0.48
HSL 0.76% 0.29% -
HSV(B) 0.86% 0.52% -
XYZ 9.84 5.38 1.09 -
YUV 52.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 132 18 18 0 0.86 0.86 0.48 0 0.76 0.29
Hex 84 12 12 0 56 56 30 0 4C 1D
Octal 204 22 22 0 126 126 60 0 114 35
Binary 10000100 10010 10010 0 1010110 1010110 110000 0 1001100 11101

Color Harmonies of #841212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841212

Black with #841212

Text Example


Text Example

White with #841212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841212; }

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

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

background-color css

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

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

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

border-color css

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

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

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