Html Css Color HEX #821915 Falu Red

📋 copy color: '#821915'

red 130 ◦ green 25 ◦ blue 21

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

Shades of Falu Red #821915

Tints of Falu Red #821915

RGB

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

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

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

R = 73.86%
G = 14.2%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#821915 (or 0x821915) is known color: Falu Red. HEX triplet: 82, 19 and 15. RGB value is (130,25,21). Sum of RGB (Red+Green+Blue) = 130+25+21=176 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.86% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 130 - color contains mainly: red. Hex color #821915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821915 is #7DE6EA. Grayscale: #383838. Windows color (decimal): -8251115 or 1382786. OLE color: 1382786.

HSL color Cylindrical-coordinate representation of color #821915: hue angle of 2.2º 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 #821915 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 25 21 -
CMYK 0 0.81 0.84 0.49
HSL 2.2º 0.72% 0.3% -
HSV(B) 2.2º 0.84% 0.51% -
XYZ 9.69 5.5 1.26 -
YUV 55.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 130 25 21 0 0.81 0.84 0.49 2.2 0.72 0.3
Hex 82 19 15 0 51 54 31 2 48 1E
Octal 202 31 25 0 121 124 61 2 110 36
Binary 10000010 11001 10101 0 1010001 1010100 110001 10 1001000 11110

Color Harmonies of #821915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821915

Black with #821915

Text Example


Text Example

White with #821915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821915; }

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

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

background-color css

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

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

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

border-color css

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

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

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