#841212

Color #841212 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #841212

Tints of Falu Red #841212

Color information

#841212 (or 0x841212) is unknown color: approx 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

RGB1321818-
CMYK00.860.860.48
HSL76%29.41%-
HSV(B)86.36%51.76%-
XYZ9.845.381.09-
YUV52.09108.77185-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132181800.860.860.4807629.41
Hex841212056563004c1d
Octal2042222012612660011435
Binary1000010010010100100101011010101101100000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>