Html Css Color HEX #841D0D Falu Red

📋 copy color: '#841D0D'

red 132 ◦ green 29 ◦ blue 13

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

Shades of Falu Red #841D0D

Tints of Falu Red #841D0D

RGB

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

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

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

R = 75.86%
G = 16.67%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#841D0D (or 0x841D0D) is known color: Falu Red. HEX triplet: 84, 1D and 0D. RGB value is (132,29,13). Sum of RGB (Red+Green+Blue) = 132+29+13=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #841D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841D0D is #7BE2F2. Grayscale: #3A3A3A. Windows color (decimal): -8119027 or 859524. OLE color: 859524.

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

Color convert

RGB 132 29 13 -
CMYK 0 0.78 0.90 0.48
HSL 8.07º 0.82% 0.28% -
HSV(B) 8.07º 0.9% 0.52% -
XYZ 10.03 5.81 0.97 -
YUV 57.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 132 29 13 0 0.78 0.90 0.48 8.07 0.82 0.28
Hex 84 1D D 0 4E 5A 30 8 52 1C
Octal 204 35 15 0 116 132 60 10 122 34
Binary 10000100 11101 1101 0 1001110 1011010 110000 1000 1010010 11100

Color Harmonies of #841D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D0D

Black with #841D0D

Text Example


Text Example

White with #841D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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