Html Css Color HEX #842600 Falu Red

📋 copy color: '#842600'

red 132 ◦ green 38 ◦ blue 0

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

Shades of Falu Red #842600

Tints of Falu Red #842600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.35%

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

R = 77.65%
G = 22.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#842600 (or 0x842600) is known color: Falu Red. HEX triplet: 84, 26 and 00. RGB value is (132,38,0). Sum of RGB (Red+Green+Blue) = 132+38+0=170 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.65% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 132 - color contains mainly: red. Hex color #842600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842600 is #7BD9FF. Grayscale: #3E3E3E. Windows color (decimal): -8116736 or 9860. OLE color: 9860.

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

Color convert

RGB 132 38 0 -
CMYK 0 0.71 1 0.48
HSL 17.27º 1% 0.26% -
HSV(B) 17.27º 1% 0.52% -
XYZ 10.21 6.29 0.68 -
YUV 61.77 93.14 178.09 -
System Red Green Blue C M Y K H S L
Decimal 132 38 0 0 0.71 1 0.48 17.27 1 0.26
Hex 84 26 0 0 47 64 30 11 64 1A
Octal 204 46 0 0 107 144 60 21 144 32
Binary 10000100 100110 0 0 1000111 1100100 110000 10001 1100100 11010

Color Harmonies of #842600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842600

Black with #842600

Text Example


Text Example

White with #842600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842600; }

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

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

background-color css

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

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

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

border-color css

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

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

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