Html Css Color HEX #841207 Falu Red

📋 copy color: '#841207'

red 132 ◦ green 18 ◦ blue 7

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

Shades of Falu Red #841207

Tints of Falu Red #841207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

 BLUE value IS 7 (3.13% from 255) = 4.46%

R = 84.08%
G = 11.46%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#841207 (or 0x841207) is known color: Falu Red. HEX triplet: 84, 12 and 07. RGB value is (132,18,7). Sum of RGB (Red+Green+Blue) = 132+18+7=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #841207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841207 is #7BEDF8. Grayscale: #323232. Windows color (decimal): -8121849 or 463492. OLE color: 463492.

HSL color Cylindrical-coordinate representation of color #841207: hue angle of 5.28º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #841207 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 18 7 -
CMYK 0 0.86 0.95 0.48
HSL 5.28º 0.9% 0.27% -
HSV(B) 5.28º 0.95% 0.52% -
XYZ 9.77 5.35 0.72 -
YUV 50.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 132 18 7 0 0.86 0.95 0.48 5.28 0.9 0.27
Hex 84 12 7 0 56 5F 30 5 5A 1B
Octal 204 22 7 0 126 137 60 5 132 33
Binary 10000100 10010 111 0 1010110 1011111 110000 101 1011010 11011

Color Harmonies of #841207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841207

Black with #841207

Text Example


Text Example

White with #841207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841207; }

 p { color: rgb(132,18,7); }

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

background-color css

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

 a { background-color: rgb(132,18,7); }

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

border-color css

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

 span { border-color: rgb(132,18,7); }

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