Html Css Color HEX #841813 Falu Red

📋 copy color: '#841813'

red 132 ◦ green 24 ◦ blue 19

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

Shades of Falu Red #841813

Tints of Falu Red #841813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

 BLUE value IS 19 (7.81% from 255) = 10.86%

R = 75.43%
G = 13.71%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#841813 (or 0x841813) is known color: Falu Red. HEX triplet: 84, 18 and 13. RGB value is (132,24,19). Sum of RGB (Red+Green+Blue) = 132+24+19=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #841813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841813 is #7BE7EC. Grayscale: #373737. Windows color (decimal): -8120301 or 1251460. OLE color: 1251460.

HSL color Cylindrical-coordinate representation of color #841813: hue angle of 2.65º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841813 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 24 19 -
CMYK 0 0.82 0.86 0.48
HSL 2.65º 0.75% 0.3% -
HSV(B) 2.65º 0.86% 0.52% -
XYZ 9.96 5.61 1.17 -
YUV 55.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 132 24 19 0 0.82 0.86 0.48 2.65 0.75 0.3
Hex 84 18 13 0 52 56 30 3 4B 1E
Octal 204 30 23 0 122 126 60 3 113 36
Binary 10000100 11000 10011 0 1010010 1010110 110000 11 1001011 11110

Color Harmonies of #841813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841813

Black with #841813

Text Example


Text Example

White with #841813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841813; }

 p { color: rgb(132,24,19); }

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

background-color css

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

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

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

border-color css

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

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

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