Html Css Color HEX #82190F Falu Red

📋 copy color: '#82190F'

red 130 ◦ green 25 ◦ blue 15

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

Shades of Falu Red #82190F

Tints of Falu Red #82190F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.82%

R = 76.47%
G = 14.71%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#82190F (or 0x82190F) is known color: Falu Red. HEX triplet: 82, 19 and 0F. RGB value is (130,25,15). Sum of RGB (Red+Green+Blue) = 130+25+15=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #82190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82190F is #7DE6F0. Grayscale: #373737. Windows color (decimal): -8251121 or 989570. OLE color: 989570.

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

Color convert

RGB 130 25 15 -
CMYK 0 0.81 0.88 0.49
HSL 5.22º 0.79% 0.28% -
HSV(B) 5.22º 0.88% 0.51% -
XYZ 9.64 5.48 1 -
YUV 55.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 130 25 15 0 0.81 0.88 0.49 5.22 0.79 0.28
Hex 82 19 F 0 51 58 31 5 4F 1C
Octal 202 31 17 0 121 130 61 5 117 34
Binary 10000010 11001 1111 0 1010001 1011000 110001 101 1001111 11100

Color Harmonies of #82190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82190F

Black with #82190F

Text Example


Text Example

White with #82190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82190F; }

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

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

background-color css

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

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

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

border-color css

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

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

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