Html Css Color HEX #841904 Falu Red

📋 copy color: '#841904'

red 132 ◦ green 25 ◦ blue 4

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

Shades of Falu Red #841904

Tints of Falu Red #841904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

 BLUE value IS 4 (1.95% from 255) = 2.48%

R = 81.99%
G = 15.53%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#841904 (or 0x841904) is known color: Falu Red. HEX triplet: 84, 19 and 04. RGB value is (132,25,4). Sum of RGB (Red+Green+Blue) = 132+25+4=161 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.99% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 132 - color contains mainly: red. Hex color #841904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841904 is #7BE6FB. Grayscale: #363636. Windows color (decimal): -8120060 or 268676. OLE color: 268676.

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

Color convert

RGB 132 25 4 -
CMYK 0 0.81 0.97 0.48
HSL 9.84º 0.94% 0.27% -
HSV(B) 9.84º 0.97% 0.52% -
XYZ 9.89 5.61 0.68 -
YUV 54.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 132 25 4 0 0.81 0.97 0.48 9.84 0.94 0.27
Hex 84 19 4 0 51 61 30 A 5E 1B
Octal 204 31 4 0 121 141 60 12 136 33
Binary 10000100 11001 100 0 1010001 1100001 110000 1010 1011110 11011

Color Harmonies of #841904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841904

Black with #841904

Text Example


Text Example

White with #841904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841904; }

 p { color: rgb(132,25,4); }

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

background-color css

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

 a { background-color: rgb(132,25,4); }

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

border-color css

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

 span { border-color: rgb(132,25,4); }

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