Html Css Color HEX #821919 Falu Red

📋 copy color: '#821919'

red 130 ◦ green 25 ◦ blue 25

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

Shades of Falu Red #821919

Tints of Falu Red #821919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.89%

R = 72.22%
G = 13.89%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#821919 (or 0x821919) is known color: Falu Red. HEX triplet: 82, 19 and 19. RGB value is (130,25,25). Sum of RGB (Red+Green+Blue) = 130+25+25=180 (23% of max value = 765). Red value is 130 (51.17% from 255 or 72.22% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 130 - color contains mainly: red. Hex color #821919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821919 is #7DE6E6. Grayscale: #383838. Windows color (decimal): -8251111 or 1644930. OLE color: 1644930.

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

Color convert

RGB 130 25 25 -
CMYK 0 0.81 0.81 0.49
HSL 0.68% 0.3% -
HSV(B) 0.81% 0.51% -
XYZ 9.73 5.51 1.47 -
YUV 56.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 130 25 25 0 0.81 0.81 0.49 0 0.68 0.3
Hex 82 19 19 0 51 51 31 0 44 1E
Octal 202 31 31 0 121 121 61 0 104 36
Binary 10000010 11001 11001 0 1010001 1010001 110001 0 1000100 11110

Color Harmonies of #821919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821919

Black with #821919

Text Example


Text Example

White with #821919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821919; }

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

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

background-color css

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

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

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

border-color css

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

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

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