Html Css Color HEX #842100 Falu Red

📋 copy color: '#842100'

red 132 ◦ green 33 ◦ blue 0

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

Shades of Falu Red #842100

Tints of Falu Red #842100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20%

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

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#842100 (or 0x842100) is known color: Falu Red. HEX triplet: 84, 21 and 00. RGB value is (132,33,0). Sum of RGB (Red+Green+Blue) = 132+33+0=165 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 132 - color contains mainly: red. Hex color #842100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842100 is #7BDEFF. Grayscale: #3B3B3B. Windows color (decimal): -8118016 or 8580. OLE color: 8580.

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

Color convert

RGB 132 33 0 -
CMYK 0 0.75 1 0.48
HSL 15º 1% 0.26% -
HSV(B) 15º 1% 0.52% -
XYZ 10.06 5.99 0.63 -
YUV 58.84 94.8 180.18 -
System Red Green Blue C M Y K H S L
Decimal 132 33 0 0 0.75 1 0.48 15 1 0.26
Hex 84 21 0 0 4B 64 30 F 64 1A
Octal 204 41 0 0 113 144 60 17 144 32
Binary 10000100 100001 0 0 1001011 1100100 110000 1111 1100100 11010

Color Harmonies of #842100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842100

Black with #842100

Text Example


Text Example

White with #842100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842100; }

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

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

background-color css

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

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

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

border-color css

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

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

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