Html Css Color HEX #841805 Falu Red

📋 copy color: '#841805'

red 132 ◦ green 24 ◦ blue 5

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

Shades of Falu Red #841805

Tints of Falu Red #841805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.11%

R = 81.99%
G = 14.91%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#841805 (or 0x841805) is known color: Falu Red. HEX triplet: 84, 18 and 05. RGB value is (132,24,5). Sum of RGB (Red+Green+Blue) = 132+24+5=161 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.99% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 132 - color contains mainly: red. Hex color #841805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841805 is #7BE7FA. Grayscale: #363636. Windows color (decimal): -8120315 or 333956. OLE color: 333956.

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

Color convert

RGB 132 24 5 -
CMYK 0 0.82 0.96 0.48
HSL 8.98º 0.93% 0.27% -
HSV(B) 8.98º 0.96% 0.52% -
XYZ 9.87 5.57 0.7 -
YUV 54.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 132 24 5 0 0.82 0.96 0.48 8.98 0.93 0.27
Hex 84 18 5 0 52 60 30 9 5D 1B
Octal 204 30 5 0 122 140 60 11 135 33
Binary 10000100 11000 101 0 1010010 1100000 110000 1001 1011101 11011

Color Harmonies of #841805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841805

Black with #841805

Text Example


Text Example

White with #841805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841805; }

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

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

background-color css

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

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

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

border-color css

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

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

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