Html Css Color HEX #841705 Falu Red

📋 copy color: '#841705'

red 132 ◦ green 23 ◦ blue 5

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

Shades of Falu Red #841705

Tints of Falu Red #841705

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

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

R = 82.5%
G = 14.38%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#841705 (or 0x841705) is known color: Falu Red. HEX triplet: 84, 17 and 05. RGB value is (132,23,5). Sum of RGB (Red+Green+Blue) = 132+23+5=160 (21% of max value = 765). Red value is 132 (51.95% from 255 or 82.5% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 132 - color contains mainly: red. Hex color #841705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841705 is #7BE8FA. Grayscale: #353535. Windows color (decimal): -8120571 or 333700. OLE color: 333700.

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

Color convert

RGB 132 23 5 -
CMYK 0 0.83 0.96 0.48
HSL 8.5º 0.93% 0.27% -
HSV(B) 8.5º 0.96% 0.52% -
XYZ 9.85 5.53 0.69 -
YUV 53.54 100.61 183.96 -
System Red Green Blue C M Y K H S L
Decimal 132 23 5 0 0.83 0.96 0.48 8.5 0.93 0.27
Hex 84 17 5 0 53 60 30 9 5D 1B
Octal 204 27 5 0 123 140 60 11 135 33
Binary 10000100 10111 101 0 1010011 1100000 110000 1001 1011101 11011

Color Harmonies of #841705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841705

Black with #841705

Text Example


Text Example

White with #841705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841705; }

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

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

background-color css

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

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

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

border-color css

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

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

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