Html Css Color HEX #821913 Falu Red

📋 copy color: '#821913'

red 130 ◦ green 25 ◦ blue 19

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

Shades of Falu Red #821913

Tints of Falu Red #821913

RGB

 RED value IS 130 (51.17% from 255) = 74.71%

 GREEN value IS 25 (10.16% from 255) = 14.37%

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

R = 74.71%
G = 14.37%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#821913 (or 0x821913) is known color: Falu Red. HEX triplet: 82, 19 and 13. RGB value is (130,25,19). Sum of RGB (Red+Green+Blue) = 130+25+19=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #821913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821913 is #7DE6EC. Grayscale: #373737. Windows color (decimal): -8251117 or 1251714. OLE color: 1251714.

HSL color Cylindrical-coordinate representation of color #821913: hue angle of 3.24º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821913 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 25 19 -
CMYK 0 0.81 0.85 0.49
HSL 3.24º 0.74% 0.29% -
HSV(B) 3.24º 0.85% 0.51% -
XYZ 9.67 5.49 1.17 -
YUV 55.71 107.29 180.99 -
System Red Green Blue C M Y K H S L
Decimal 130 25 19 0 0.81 0.85 0.49 3.24 0.74 0.29
Hex 82 19 13 0 51 55 31 3 4A 1D
Octal 202 31 23 0 121 125 61 3 112 35
Binary 10000010 11001 10011 0 1010001 1010101 110001 11 1001010 11101

Color Harmonies of #821913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821913

Black with #821913

Text Example


Text Example

White with #821913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821913; }

 p { color: rgb(130,25,19); }

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

background-color css

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

 a { background-color: rgb(130,25,19); }

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

border-color css

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

 span { border-color: rgb(130,25,19); }

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