Html Css Color HEX #841F0F Falu Red

📋 copy color: '#841F0F'

red 132 ◦ green 31 ◦ blue 15

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

Shades of Falu Red #841F0F

Tints of Falu Red #841F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 74.16%
G = 17.42%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#841F0F (or 0x841F0F) is known color: Falu Red. HEX triplet: 84, 1F and 0F. RGB value is (132,31,15). Sum of RGB (Red+Green+Blue) = 132+31+15=178 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.16% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 132 - color contains mainly: red. Hex color #841F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841F0F is #7BE0F0. Grayscale: #3B3B3B. Windows color (decimal): -8118513 or 991108. OLE color: 991108.

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

Color convert

RGB 132 31 15 -
CMYK 0 0.77 0.89 0.48
HSL 8.21º 0.8% 0.29% -
HSV(B) 8.21º 0.89% 0.52% -
XYZ 10.09 5.92 1.06 -
YUV 59.38 102.96 179.8 -
System Red Green Blue C M Y K H S L
Decimal 132 31 15 0 0.77 0.89 0.48 8.21 0.8 0.29
Hex 84 1F F 0 4D 59 30 8 50 1D
Octal 204 37 17 0 115 131 60 10 120 35
Binary 10000100 11111 1111 0 1001101 1011001 110000 1000 1010000 11101

Color Harmonies of #841F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F0F

Black with #841F0F

Text Example


Text Example

White with #841F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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