Html Css Color HEX #84240B Falu Red

📋 copy color: '#84240B'

red 132 ◦ green 36 ◦ blue 11

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

Shades of Falu Red #84240B

Tints of Falu Red #84240B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.15%

R = 73.74%
G = 20.11%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84240B (or 0x84240B) is known color: Falu Red. HEX triplet: 84, 24 and 0B. RGB value is (132,36,11). Sum of RGB (Red+Green+Blue) = 132+36+11=179 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.74% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 132 - color contains mainly: red. Hex color #84240B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84240B is #7BDBF4. Grayscale: #3E3E3E. Windows color (decimal): -8117237 or 730244. OLE color: 730244.

HSL color Cylindrical-coordinate representation of color #84240B: hue angle of 12.4º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84240B is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 36 11 -
CMYK 0 0.73 0.92 0.48
HSL 12.4º 0.85% 0.28% -
HSV(B) 12.4º 0.92% 0.52% -
XYZ 10.21 6.19 0.97 -
YUV 61.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 132 36 11 0 0.73 0.92 0.48 12.4 0.85 0.28
Hex 84 24 B 0 49 5C 30 C 55 1C
Octal 204 44 13 0 111 134 60 14 125 34
Binary 10000100 100100 1011 0 1001001 1011100 110000 1100 1010101 11100

Color Harmonies of #84240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84240B

Black with #84240B

Text Example


Text Example

White with #84240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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