Html Css Color HEX #84210C Falu Red

📋 copy color: '#84210C'

red 132 ◦ green 33 ◦ blue 12

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

Shades of Falu Red #84210C

Tints of Falu Red #84210C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.64%

 BLUE value IS 12 (5.08% from 255) = 6.78%

R = 74.58%
G = 18.64%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#84210C (or 0x84210C) is known color: Falu Red. HEX triplet: 84, 21 and 0C. RGB value is (132,33,12). Sum of RGB (Red+Green+Blue) = 132+33+12=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #84210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84210C is #7BDEF3. Grayscale: #3C3C3C. Windows color (decimal): -8118004 or 795012. OLE color: 795012.

HSL color Cylindrical-coordinate representation of color #84210C: hue angle of 10.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84210C is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 12 -
CMYK 0 0.75 0.91 0.48
HSL 10.5º 0.83% 0.28% -
HSV(B) 10.5º 0.91% 0.52% -
XYZ 10.13 6.02 0.98 -
YUV 60.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 132 33 12 0 0.75 0.91 0.48 10.5 0.83 0.28
Hex 84 21 C 0 4B 5B 30 A 53 1C
Octal 204 41 14 0 113 133 60 12 123 34
Binary 10000100 100001 1100 0 1001011 1011011 110000 1010 1010011 11100

Color Harmonies of #84210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84210C

Black with #84210C

Text Example


Text Example

White with #84210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84210C; }

 p { color: rgb(132,33,12); }

 H1.HeaderClassName
 {
   color: #84210C;
 }
 .AnyTagClassName
 {
   color: #84210C;
 }
</style>

background-color css

<style>
 a { background-color: #84210C; }

 a { background-color: rgb(132,33,12); }

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

border-color css

<style>
 span { border-color: #84210C; }

 span { border-color: rgb(132,33,12); }

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