Html Css Color HEX #841F0D Falu Red

📋 copy color: '#841F0D'

red 132 ◦ green 31 ◦ blue 13

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

Shades of Falu Red #841F0D

Tints of Falu Red #841F0D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.61%

 BLUE value IS 13 (5.47% from 255) = 7.39%

R = 75%
G = 17.61%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#841F0D (or 0x841F0D) is known color: Falu Red. HEX triplet: 84, 1F and 0D. RGB value is (132,31,13). Sum of RGB (Red+Green+Blue) = 132+31+13=176 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 132 - color contains mainly: red. Hex color #841F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841F0D is #7BE0F2. Grayscale: #3B3B3B. Windows color (decimal): -8118515 or 860036. OLE color: 860036.

HSL color Cylindrical-coordinate representation of color #841F0D: hue angle of 9.08º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #841F0D is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 31 13 -
CMYK 0 0.77 0.90 0.48
HSL 9.08º 0.82% 0.28% -
HSV(B) 9.08º 0.9% 0.52% -
XYZ 10.08 5.91 0.99 -
YUV 59.15 101.96 179.96 -
System Red Green Blue C M Y K H S L
Decimal 132 31 13 0 0.77 0.90 0.48 9.08 0.82 0.28
Hex 84 1F D 0 4D 5A 30 9 52 1C
Octal 204 37 15 0 115 132 60 11 122 34
Binary 10000100 11111 1101 0 1001101 1011010 110000 1001 1010010 11100

Color Harmonies of #841F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F0D

Black with #841F0D

Text Example


Text Example

White with #841F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841F0D; }

 p { color: rgb(132,31,13); }

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

background-color css

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

 a { background-color: rgb(132,31,13); }

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

border-color css

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

 span { border-color: rgb(132,31,13); }

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