Html Css Color HEX #841A0D Falu Red

📋 copy color: '#841A0D'

red 132 ◦ green 26 ◦ blue 13

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

Shades of Falu Red #841A0D

Tints of Falu Red #841A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.2%

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

R = 77.19%
G = 15.2%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#841A0D (or 0x841A0D) is known color: Falu Red. HEX triplet: 84, 1A and 0D. RGB value is (132,26,13). Sum of RGB (Red+Green+Blue) = 132+26+13=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #841A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841A0D is #7BE5F2. Grayscale: #383838. Windows color (decimal): -8119795 or 858756. OLE color: 858756.

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

Color convert

RGB 132 26 13 -
CMYK 0 0.80 0.90 0.48
HSL 6.55º 0.82% 0.28% -
HSV(B) 6.55º 0.9% 0.52% -
XYZ 9.96 5.67 0.95 -
YUV 56.21 103.62 182.06 -
System Red Green Blue C M Y K H S L
Decimal 132 26 13 0 0.80 0.90 0.48 6.55 0.82 0.28
Hex 84 1A D 0 50 5A 30 7 52 1C
Octal 204 32 15 0 120 132 60 7 122 34
Binary 10000100 11010 1101 0 1010000 1011010 110000 111 1010010 11100

Color Harmonies of #841A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841A0D

Black with #841A0D

Text Example


Text Example

White with #841A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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