Html Css Color HEX #84200F Falu Red

📋 copy color: '#84200F'

red 132 ◦ green 32 ◦ blue 15

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

Shades of Falu Red #84200F

Tints of Falu Red #84200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.38%

R = 73.74%
G = 17.88%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84200F (or 0x84200F) is known color: Falu Red. HEX triplet: 84, 20 and 0F. RGB value is (132,32,15). Sum of RGB (Red+Green+Blue) = 132+32+15=179 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.74% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 132 - color contains mainly: red. Hex color #84200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84200F is #7BDFF0. Grayscale: #3C3C3C. Windows color (decimal): -8118257 or 991364. OLE color: 991364.

HSL color Cylindrical-coordinate representation of color #84200F: hue angle of 8.72º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84200F is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 15 -
CMYK 0 0.76 0.89 0.48
HSL 8.72º 0.8% 0.29% -
HSV(B) 8.72º 0.89% 0.52% -
XYZ 10.12 5.97 1.07 -
YUV 59.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 132 32 15 0 0.76 0.89 0.48 8.72 0.8 0.29
Hex 84 20 F 0 4C 59 30 9 50 1D
Octal 204 40 17 0 114 131 60 11 120 35
Binary 10000100 100000 1111 0 1001100 1011001 110000 1001 1010000 11101

Color Harmonies of #84200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84200F

Black with #84200F

Text Example


Text Example

White with #84200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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