Html Css Color HEX #842805 Falu Red

📋 copy color: '#842805'

red 132 ◦ green 40 ◦ blue 5

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

Shades of Falu Red #842805

Tints of Falu Red #842805

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.6%

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

R = 74.58%
G = 22.6%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#842805 (or 0x842805) is known color: Falu Red. HEX triplet: 84, 28 and 05. RGB value is (132,40,5). Sum of RGB (Red+Green+Blue) = 132+40+5=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #842805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842805 is #7BD7FA. Grayscale: #3F3F3F. Windows color (decimal): -8116219 or 338052. OLE color: 338052.

HSL color Cylindrical-coordinate representation of color #842805: hue angle of 16.54º 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 #842805 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 40 5 -
CMYK 0 0.70 0.96 0.48
HSL 16.54º 0.93% 0.27% -
HSV(B) 16.54º 0.96% 0.52% -
XYZ 10.3 6.43 0.84 -
YUV 63.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 132 40 5 0 0.70 0.96 0.48 16.54 0.93 0.27
Hex 84 28 5 0 46 60 30 11 5D 1B
Octal 204 50 5 0 106 140 60 21 135 33
Binary 10000100 101000 101 0 1000110 1100000 110000 10001 1011101 11011

Color Harmonies of #842805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842805

Black with #842805

Text Example


Text Example

White with #842805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842805; }

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

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

background-color css

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

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

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

border-color css

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

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

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