Html Css Color HEX #841F1B Falu Red

📋 copy color: '#841F1B'

red 132 ◦ green 31 ◦ blue 27

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

Shades of Falu Red #841F1B

Tints of Falu Red #841F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.21%

R = 69.47%
G = 16.32%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#841F1B (or 0x841F1B) is known color: Falu Red. HEX triplet: 84, 1F and 1B. RGB value is (132,31,27). Sum of RGB (Red+Green+Blue) = 132+31+27=190 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.47% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 132 - color contains mainly: red. Hex color #841F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F1B is #7BE0E4. Grayscale: #3C3C3C. Windows color (decimal): -8118501 or 1777540. OLE color: 1777540.

HSL color Cylindrical-coordinate representation of color #841F1B: hue angle of 2.29º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841F1B is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 31 27 -
CMYK 0 0.77 0.80 0.48
HSL 2.29º 0.66% 0.31% -
HSV(B) 2.29º 0.8% 0.52% -
XYZ 10.2 5.96 1.65 -
YUV 60.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 132 31 27 0 0.77 0.80 0.48 2.29 0.66 0.31
Hex 84 1F 1B 0 4D 50 30 2 42 1F
Octal 204 37 33 0 115 120 60 2 102 37
Binary 10000100 11111 11011 0 1001101 1010000 110000 10 1000010 11111

Color Harmonies of #841F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F1B

Black with #841F1B

Text Example


Text Example

White with #841F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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