Html Css Color HEX #842405 Falu Red

📋 copy color: '#842405'

red 132 ◦ green 36 ◦ blue 5

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

Shades of Falu Red #842405

Tints of Falu Red #842405

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 76.3%
G = 20.81%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#842405 (or 0x842405) is known color: Falu Red. HEX triplet: 84, 24 and 05. RGB value is (132,36,5). Sum of RGB (Red+Green+Blue) = 132+36+5=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #842405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842405 is #7BDBFA. Grayscale: #3D3D3D. Windows color (decimal): -8117243 or 337028. OLE color: 337028.

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

Color convert

RGB 132 36 5 -
CMYK 0 0.73 0.96 0.48
HSL 14.65º 0.93% 0.27% -
HSV(B) 14.65º 0.96% 0.52% -
XYZ 10.17 6.18 0.8 -
YUV 61.17 96.3 178.52 -
System Red Green Blue C M Y K H S L
Decimal 132 36 5 0 0.73 0.96 0.48 14.65 0.93 0.27
Hex 84 24 5 0 49 60 30 F 5D 1B
Octal 204 44 5 0 111 140 60 17 135 33
Binary 10000100 100100 101 0 1001001 1100000 110000 1111 1011101 11011

Color Harmonies of #842405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842405

Black with #842405

Text Example


Text Example

White with #842405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842405; }

 p { color: rgb(132,36,5); }

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

background-color css

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

 a { background-color: rgb(132,36,5); }

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

border-color css

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

 span { border-color: rgb(132,36,5); }

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