Html Css Color HEX #821815 Falu Red

📋 copy color: '#821815'

red 130 ◦ green 24 ◦ blue 21

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

Shades of Falu Red #821815

Tints of Falu Red #821815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

 BLUE value IS 21 (8.59% from 255) = 12%

R = 74.29%
G = 13.71%
B = 12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#821815 (or 0x821815) is known color: Falu Red. HEX triplet: 82, 18 and 15. RGB value is (130,24,21). Sum of RGB (Red+Green+Blue) = 130+24+21=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #821815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821815 is #7DE7EA. Grayscale: #373737. Windows color (decimal): -8251371 or 1382530. OLE color: 1382530.

HSL color Cylindrical-coordinate representation of color #821815: hue angle of 1.65º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821815 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 24 21 -
CMYK 0 0.82 0.84 0.49
HSL 1.65º 0.72% 0.3% -
HSV(B) 1.65º 0.84% 0.51% -
XYZ 9.67 5.45 1.25 -
YUV 55.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 130 24 21 0 0.82 0.84 0.49 1.65 0.72 0.3
Hex 82 18 15 0 52 54 31 2 48 1E
Octal 202 30 25 0 122 124 61 2 110 36
Binary 10000010 11000 10101 0 1010010 1010100 110001 10 1001000 11110

Color Harmonies of #821815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821815

Black with #821815

Text Example


Text Example

White with #821815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821815; }

 p { color: rgb(130,24,21); }

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

background-color css

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

 a { background-color: rgb(130,24,21); }

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

border-color css

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

 span { border-color: rgb(130,24,21); }

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