Html Css Color HEX #841613 Falu Red

📋 copy color: '#841613'

red 132 ◦ green 22 ◦ blue 19

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

Shades of Falu Red #841613

Tints of Falu Red #841613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.72%

 BLUE value IS 19 (7.81% from 255) = 10.98%

R = 76.3%
G = 12.72%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#841613 (or 0x841613) is known color: Falu Red. HEX triplet: 84, 16 and 13. RGB value is (132,22,19). Sum of RGB (Red+Green+Blue) = 132+22+19=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #841613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841613 is #7BE9EC. Grayscale: #363636. Windows color (decimal): -8120813 or 1250948. OLE color: 1250948.

HSL color Cylindrical-coordinate representation of color #841613: hue angle of 1.59º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841613 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 22 19 -
CMYK 0 0.83 0.86 0.48
HSL 1.59º 0.75% 0.3% -
HSV(B) 1.59º 0.86% 0.52% -
XYZ 9.92 5.53 1.16 -
YUV 54.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 132 22 19 0 0.83 0.86 0.48 1.59 0.75 0.3
Hex 84 16 13 0 53 56 30 2 4B 1E
Octal 204 26 23 0 123 126 60 2 113 36
Binary 10000100 10110 10011 0 1010011 1010110 110000 10 1001011 11110

Color Harmonies of #841613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841613

Black with #841613

Text Example


Text Example

White with #841613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841613; }

 p { color: rgb(132,22,19); }

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

background-color css

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

 a { background-color: rgb(132,22,19); }

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

border-color css

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

 span { border-color: rgb(132,22,19); }

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