Html Css Color HEX #821912 Falu Red

📋 copy color: '#821912'

red 130 ◦ green 25 ◦ blue 18

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

Shades of Falu Red #821912

Tints of Falu Red #821912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.4%

R = 75.14%
G = 14.45%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#821912 (or 0x821912) is known color: Falu Red. HEX triplet: 82, 19 and 12. RGB value is (130,25,18). Sum of RGB (Red+Green+Blue) = 130+25+18=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #821912 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821912 is #7DE6ED. Grayscale: #373737. Windows color (decimal): -8251118 or 1186178. OLE color: 1186178.

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

Color convert

RGB 130 25 18 -
CMYK 0 0.81 0.86 0.49
HSL 3.75º 0.76% 0.29% -
HSV(B) 3.75º 0.86% 0.51% -
XYZ 9.66 5.48 1.12 -
YUV 55.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 130 25 18 0 0.81 0.86 0.49 3.75 0.76 0.29
Hex 82 19 12 0 51 56 31 4 4C 1D
Octal 202 31 22 0 121 126 61 4 114 35
Binary 10000010 11001 10010 0 1010001 1010110 110001 100 1001100 11101

Color Harmonies of #821912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821912

Black with #821912

Text Example


Text Example

White with #821912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821912; }

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

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

background-color css

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

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

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

border-color css

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

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

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