Html Css Color HEX #842018 Falu Red

📋 copy color: '#842018'

red 132 ◦ green 32 ◦ blue 24

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

Shades of Falu Red #842018

Tints of Falu Red #842018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.02%

 BLUE value IS 24 (9.77% from 255) = 12.77%

R = 70.21%
G = 17.02%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#842018 (or 0x842018) is known color: Falu Red. HEX triplet: 84, 20 and 18. RGB value is (132,32,24). Sum of RGB (Red+Green+Blue) = 132+32+24=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #842018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842018 is #7BDFE7. Grayscale: #3D3D3D. Windows color (decimal): -8118248 or 1581188. OLE color: 1581188.

HSL color Cylindrical-coordinate representation of color #842018: hue angle of 4.44º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #842018 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 24 -
CMYK 0 0.76 0.82 0.48
HSL 4.44º 0.69% 0.31% -
HSV(B) 4.44º 0.82% 0.52% -
XYZ 10.2 6 1.49 -
YUV 60.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 132 32 24 0 0.76 0.82 0.48 4.44 0.69 0.31
Hex 84 20 18 0 4C 52 30 4 45 1F
Octal 204 40 30 0 114 122 60 4 105 37
Binary 10000100 100000 11000 0 1001100 1010010 110000 100 1000101 11111

Color Harmonies of #842018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842018

Black with #842018

Text Example


Text Example

White with #842018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842018; }

 p { color: rgb(132,32,24); }

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

background-color css

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

 a { background-color: rgb(132,32,24); }

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

border-color css

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

 span { border-color: rgb(132,32,24); }

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