Html Css Color HEX #841D00 Falu Red

📋 copy color: '#841D00'

red 132 ◦ green 29 ◦ blue 0

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

Shades of Falu Red #841D00

Tints of Falu Red #841D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.01%

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

R = 81.99%
G = 18.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#841D00 (or 0x841D00) is known color: Falu Red. HEX triplet: 84, 1D and 00. RGB value is (132,29,0). Sum of RGB (Red+Green+Blue) = 132+29+0=161 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.99% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 132 - color contains mainly: red. Hex color #841D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841D00 is #7BE2FF. Grayscale: #383838. Windows color (decimal): -8119040 or 7556. OLE color: 7556.

HSL color Cylindrical-coordinate representation of color #841D00: hue angle of 13.18º 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 #841D00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 29 0 -
CMYK 0 0.78 1 0.48
HSL 13.18º 1% 0.26% -
HSV(B) 13.18º 1% 0.52% -
XYZ 9.96 5.78 0.59 -
YUV 56.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 132 29 0 0 0.78 1 0.48 13.18 1 0.26
Hex 84 1D 0 0 4E 64 30 D 64 1A
Octal 204 35 0 0 116 144 60 15 144 32
Binary 10000100 11101 0 0 1001110 1100100 110000 1101 1100100 11010

Color Harmonies of #841D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D00

Black with #841D00

Text Example


Text Example

White with #841D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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