Html Css Color HEX #84201D Falu Red

📋 copy color: '#84201D'

red 132 ◦ green 32 ◦ blue 29

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

Shades of Falu Red #84201D

Tints of Falu Red #84201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.03%

R = 68.39%
G = 16.58%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84201D (or 0x84201D) is known color: Falu Red. HEX triplet: 84, 20 and 1D. RGB value is (132,32,29). Sum of RGB (Red+Green+Blue) = 132+32+29=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #84201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84201D is #7BDFE2. Grayscale: #3D3D3D. Windows color (decimal): -8118243 or 1908868. OLE color: 1908868.

HSL color Cylindrical-coordinate representation of color #84201D: hue angle of 1.75º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84201D is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 29 -
CMYK 0 0.76 0.78 0.48
HSL 1.75º 0.64% 0.32% -
HSV(B) 1.75º 0.78% 0.52% -
XYZ 10.25 6.03 1.79 -
YUV 61.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 132 32 29 0 0.76 0.78 0.48 1.75 0.64 0.32
Hex 84 20 1D 0 4C 4E 30 2 40 20
Octal 204 40 35 0 114 116 60 2 100 40
Binary 10000100 100000 11101 0 1001100 1001110 110000 10 1000000 100000

Color Harmonies of #84201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84201D

Black with #84201D

Text Example


Text Example

White with #84201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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