Html Css Color HEX #841900 Falu Red

📋 copy color: '#841900'

red 132 ◦ green 25 ◦ blue 0

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

Shades of Falu Red #841900

Tints of Falu Red #841900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.08%
G = 15.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#841900 (or 0x841900) is known color: Falu Red. HEX triplet: 84, 19 and 00. RGB value is (132,25,0). Sum of RGB (Red+Green+Blue) = 132+25+0=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #841900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841900 is #7BE6FF. Grayscale: #363636. Windows color (decimal): -8120064 or 6532. OLE color: 6532.

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

Color convert

RGB 132 25 0 -
CMYK 0 0.81 1 0.48
HSL 11.36º 1% 0.26% -
HSV(B) 11.36º 1% 0.52% -
XYZ 9.86 5.6 0.56 -
YUV 54.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 132 25 0 0 0.81 1 0.48 11.36 1 0.26
Hex 84 19 0 0 51 64 30 B 64 1A
Octal 204 31 0 0 121 144 60 13 144 32
Binary 10000100 11001 0 0 1010001 1100100 110000 1011 1100100 11010

Color Harmonies of #841900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841900

Black with #841900

Text Example


Text Example

White with #841900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841900; }

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

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

background-color css

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

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

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

border-color css

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

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

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