Html Css Color HEX #841E00 Falu Red

📋 copy color: '#841E00'

red 132 ◦ green 30 ◦ blue 0

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

Shades of Falu Red #841E00

Tints of Falu Red #841E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.52%

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

R = 81.48%
G = 18.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#841E00 (or 0x841E00) is known color: Falu Red. HEX triplet: 84, 1E and 00. RGB value is (132,30,0). Sum of RGB (Red+Green+Blue) = 132+30+0=162 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.48% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 132 - color contains mainly: red. Hex color #841E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841E00 is #7BE1FF. Grayscale: #393939. Windows color (decimal): -8118784 or 7812. OLE color: 7812.

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

Color convert

RGB 132 30 0 -
CMYK 0 0.77 1 0.48
HSL 13.64º 1% 0.26% -
HSV(B) 13.64º 1% 0.52% -
XYZ 9.98 5.83 0.6 -
YUV 57.08 95.79 181.44 -
System Red Green Blue C M Y K H S L
Decimal 132 30 0 0 0.77 1 0.48 13.64 1 0.26
Hex 84 1E 0 0 4D 64 30 E 64 1A
Octal 204 36 0 0 115 144 60 16 144 32
Binary 10000100 11110 0 0 1001101 1100100 110000 1110 1100100 11010

Color Harmonies of #841E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841E00

Black with #841E00

Text Example


Text Example

White with #841E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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