Html Css Color HEX #841D0E Falu Red

📋 copy color: '#841D0E'

red 132 ◦ green 29 ◦ blue 14

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

Shades of Falu Red #841D0E

Tints of Falu Red #841D0E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.57%

 BLUE value IS 14 (5.86% from 255) = 8%

R = 75.43%
G = 16.57%
B = 8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#841D0E (or 0x841D0E) is known color: Falu Red. HEX triplet: 84, 1D and 0E. RGB value is (132,29,14). Sum of RGB (Red+Green+Blue) = 132+29+14=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #841D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841D0E is #7BE2F1. Grayscale: #3A3A3A. Windows color (decimal): -8119026 or 925060. OLE color: 925060.

HSL color Cylindrical-coordinate representation of color #841D0E: hue angle of 7.63º degrees, saturation: 0.81, 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 #841D0E is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 29 14 -
CMYK 0 0.78 0.89 0.48
HSL 7.63º 0.81% 0.29% -
HSV(B) 7.63º 0.89% 0.52% -
XYZ 10.03 5.82 1.01 -
YUV 58.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 132 29 14 0 0.78 0.89 0.48 7.63 0.81 0.29
Hex 84 1D E 0 4E 59 30 8 51 1D
Octal 204 35 16 0 116 131 60 10 121 35
Binary 10000100 11101 1110 0 1001110 1011001 110000 1000 1010001 11101

Color Harmonies of #841D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D0E

Black with #841D0E

Text Example


Text Example

White with #841D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,29,14); }

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

background-color css

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

 a { background-color: rgb(132,29,14); }

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

border-color css

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

 span { border-color: rgb(132,29,14); }

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