Html Css Color HEX #84200D Falu Red

📋 copy color: '#84200D'

red 132 ◦ green 32 ◦ blue 13

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

Shades of Falu Red #84200D

Tints of Falu Red #84200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.34%

R = 74.58%
G = 18.08%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#84200D (or 0x84200D) is known color: Falu Red. HEX triplet: 84, 20 and 0D. RGB value is (132,32,13). Sum of RGB (Red+Green+Blue) = 132+32+13=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #84200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84200D is #7BDFF2. Grayscale: #3B3B3B. Windows color (decimal): -8118259 or 860292. OLE color: 860292.

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

Color convert

RGB 132 32 13 -
CMYK 0 0.76 0.90 0.48
HSL 9.58º 0.82% 0.28% -
HSV(B) 9.58º 0.9% 0.52% -
XYZ 10.1 5.97 1 -
YUV 59.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 132 32 13 0 0.76 0.90 0.48 9.58 0.82 0.28
Hex 84 20 D 0 4C 5A 30 A 52 1C
Octal 204 40 15 0 114 132 60 12 122 34
Binary 10000100 100000 1101 0 1001100 1011010 110000 1010 1010010 11100

Color Harmonies of #84200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84200D

Black with #84200D

Text Example


Text Example

White with #84200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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