Html Css Color HEX #841009 Falu Red

📋 copy color: '#841009'

red 132 ◦ green 16 ◦ blue 9

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

Shades of Falu Red #841009

Tints of Falu Red #841009

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.19%

 BLUE value IS 9 (3.91% from 255) = 5.73%

R = 84.08%
G = 10.19%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#841009 (or 0x841009) is known color: Falu Red. HEX triplet: 84, 10 and 09. RGB value is (132,16,9). Sum of RGB (Red+Green+Blue) = 132+16+9=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #841009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841009 is #7BEFF6. Grayscale: #323232. Windows color (decimal): -8122359 or 594052. OLE color: 594052.

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

Color convert

RGB 132 16 9 -
CMYK 0 0.88 0.93 0.48
HSL 3.41º 0.87% 0.28% -
HSV(B) 3.41º 0.93% 0.52% -
XYZ 9.75 5.3 0.77 -
YUV 49.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 132 16 9 0 0.88 0.93 0.48 3.41 0.87 0.28
Hex 84 10 9 0 58 5D 30 3 57 1C
Octal 204 20 11 0 130 135 60 3 127 34
Binary 10000100 10000 1001 0 1011000 1011101 110000 11 1010111 11100

Color Harmonies of #841009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841009

Black with #841009

Text Example


Text Example

White with #841009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841009; }

 p { color: rgb(132,16,9); }

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

background-color css

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

 a { background-color: rgb(132,16,9); }

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

border-color css

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

 span { border-color: rgb(132,16,9); }

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