Html Css Color HEX #841D12 Falu Red

📋 copy color: '#841D12'

red 132 ◦ green 29 ◦ blue 18

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

Shades of Falu Red #841D12

Tints of Falu Red #841D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.2%

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

R = 73.74%
G = 16.2%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#841D12 (or 0x841D12) is known color: Falu Red. HEX triplet: 84, 1D and 12. RGB value is (132,29,18). Sum of RGB (Red+Green+Blue) = 132+29+18=179 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.74% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 132 - color contains mainly: red. Hex color #841D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841D12 is #7BE2ED. Grayscale: #3A3A3A. Windows color (decimal): -8119022 or 1187204. OLE color: 1187204.

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

Color convert

RGB 132 29 18 -
CMYK 0 0.78 0.86 0.48
HSL 5.79º 0.76% 0.29% -
HSV(B) 5.79º 0.86% 0.52% -
XYZ 10.06 5.83 1.17 -
YUV 58.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 132 29 18 0 0.78 0.86 0.48 5.79 0.76 0.29
Hex 84 1D 12 0 4E 56 30 6 4C 1D
Octal 204 35 22 0 116 126 60 6 114 35
Binary 10000100 11101 10010 0 1001110 1010110 110000 110 1001100 11101

Color Harmonies of #841D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D12

Black with #841D12

Text Example


Text Example

White with #841D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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