Html Css Color HEX #84240D Falu Red

📋 copy color: '#84240D'

red 132 ◦ green 36 ◦ blue 13

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

Shades of Falu Red #84240D

Tints of Falu Red #84240D

RGB

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

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

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

R = 72.93%
G = 19.89%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#84240D (or 0x84240D) is known color: Falu Red. HEX triplet: 84, 24 and 0D. RGB value is (132,36,13). Sum of RGB (Red+Green+Blue) = 132+36+13=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #84240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84240D is #7BDBF2. Grayscale: #3E3E3E. Windows color (decimal): -8117235 or 861316. OLE color: 861316.

HSL color Cylindrical-coordinate representation of color #84240D: hue angle of 11.6º 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 #84240D is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 36 13 -
CMYK 0 0.73 0.90 0.48
HSL 11.6º 0.82% 0.28% -
HSV(B) 11.6º 0.9% 0.52% -
XYZ 10.22 6.2 1.04 -
YUV 62.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 132 36 13 0 0.73 0.90 0.48 11.6 0.82 0.28
Hex 84 24 D 0 49 5A 30 C 52 1C
Octal 204 44 15 0 111 132 60 14 122 34
Binary 10000100 100100 1101 0 1001001 1011010 110000 1100 1010010 11100

Color Harmonies of #84240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84240D

Black with #84240D

Text Example


Text Example

White with #84240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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