Html Css Color HEX #84240F Falu Red

📋 copy color: '#84240F'

red 132 ◦ green 36 ◦ blue 15

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

Shades of Falu Red #84240F

Tints of Falu Red #84240F

RGB

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

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

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

R = 72.13%
G = 19.67%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84240F (or 0x84240F) is known color: Falu Red. HEX triplet: 84, 24 and 0F. RGB value is (132,36,15). Sum of RGB (Red+Green+Blue) = 132+36+15=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #84240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84240F is #7BDBF0. Grayscale: #3E3E3E. Windows color (decimal): -8117233 or 992388. OLE color: 992388.

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

Color convert

RGB 132 36 15 -
CMYK 0 0.73 0.89 0.48
HSL 10.77º 0.8% 0.29% -
HSV(B) 10.77º 0.89% 0.52% -
XYZ 10.23 6.2 1.11 -
YUV 62.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 132 36 15 0 0.73 0.89 0.48 10.77 0.8 0.29
Hex 84 24 F 0 49 59 30 B 50 1D
Octal 204 44 17 0 111 131 60 13 120 35
Binary 10000100 100100 1111 0 1001001 1011001 110000 1011 1010000 11101

Color Harmonies of #84240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84240F

Black with #84240F

Text Example


Text Example

White with #84240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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