Html Css Color HEX #842804 Falu Red

📋 copy color: '#842804'

red 132 ◦ green 40 ◦ blue 4

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

Shades of Falu Red #842804

Tints of Falu Red #842804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.73%

 BLUE value IS 4 (1.95% from 255) = 2.27%

R = 75%
G = 22.73%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#842804 (or 0x842804) is known color: Falu Red. HEX triplet: 84, 28 and 04. RGB value is (132,40,4). Sum of RGB (Red+Green+Blue) = 132+40+4=176 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 132 - color contains mainly: red. Hex color #842804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842804 is #7BD7FB. Grayscale: #3F3F3F. Windows color (decimal): -8116220 or 272516. OLE color: 272516.

HSL color Cylindrical-coordinate representation of color #842804: hue angle of 16.88º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #842804 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 40 4 -
CMYK 0 0.70 0.97 0.48
HSL 16.88º 0.94% 0.27% -
HSV(B) 16.88º 0.97% 0.52% -
XYZ 10.3 6.43 0.81 -
YUV 63.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 132 40 4 0 0.70 0.97 0.48 16.88 0.94 0.27
Hex 84 28 4 0 46 61 30 11 5E 1B
Octal 204 50 4 0 106 141 60 21 136 33
Binary 10000100 101000 100 0 1000110 1100001 110000 10001 1011110 11011

Color Harmonies of #842804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842804

Black with #842804

Text Example


Text Example

White with #842804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842804; }

 p { color: rgb(132,40,4); }

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

background-color css

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

 a { background-color: rgb(132,40,4); }

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

border-color css

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

 span { border-color: rgb(132,40,4); }

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