Html Css Color HEX #841306 Falu Red

📋 copy color: '#841306'

red 132 ◦ green 19 ◦ blue 6

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

Shades of Falu Red #841306

Tints of Falu Red #841306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

 BLUE value IS 6 (2.73% from 255) = 3.82%

R = 84.08%
G = 12.1%
B = 3.82%

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

#841306 (or 0x841306) is known color: Falu Red. HEX triplet: 84, 13 and 06. RGB value is (132,19,6). Sum of RGB (Red+Green+Blue) = 132+19+6=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #841306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841306 is #7BECF9. Grayscale: #333333. Windows color (decimal): -8121594 or 398212. OLE color: 398212.

HSL color Cylindrical-coordinate representation of color #841306: hue angle of 6.19º degrees, saturation: 0.91, 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 #841306 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 19 6 -
CMYK 0 0.86 0.95 0.48
HSL 6.19º 0.91% 0.27% -
HSV(B) 6.19º 0.95% 0.52% -
XYZ 9.78 5.38 0.7 -
YUV 51.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 132 19 6 0 0.86 0.95 0.48 6.19 0.91 0.27
Hex 84 13 6 0 56 5F 30 6 5B 1B
Octal 204 23 6 0 126 137 60 6 133 33
Binary 10000100 10011 110 0 1010110 1011111 110000 110 1011011 11011

Color Harmonies of #841306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841306

Black with #841306

Text Example


Text Example

White with #841306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841306; }

 p { color: rgb(132,19,6); }

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

background-color css

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

 a { background-color: rgb(132,19,6); }

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

border-color css

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

 span { border-color: rgb(132,19,6); }

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