#841C15

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

Shades of Falu Red #841C15

Tints of Falu Red #841C15

Color information

#841C15 (or 0x841C15) is unknown color: approx Falu Red. HEX triplet: 84, 1C and 15. RGB value is (132,28,21). Sum of RGB (Red+Green+Blue) = 132+28+21=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #841C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841C15 is #7BE3EA. Grayscale: #3A3A3A. Windows color (decimal): -8119275 or 1383556. OLE color: 1383556.

HSL color Cylindrical-coordinate representation of color #841C15: hue angle of 3.78º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841C15 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB1322821-
CMYK00.790.840.48
HSL3.78º72.55%30%-
HSV(B)3.78º84.09%51.76%-
XYZ10.075.791.3-
YUV58.3106.96180.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 72.93%
GREEN value IS 28 (11.33% from 255) = 15.47%
BLUE value IS 21 (8.59% from 255) = 11.60%
R=72.93%
G=15.47%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132282100.790.840.483.7872.5530
Hex841C1504F54304491e
Octal2043425011712460411136
Binary100001001110010101010011111010100110000100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841C15; }

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

 H1.HeaderClassName
 {
   color: #841C15;
 }
 .AnyTagClassName
 {
   color: #841C15;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #841C15;
 }
 .BgClassName
 {
   background-color: #841C15;
 }
</style>
border-color css

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

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

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