Html Css Color HEX #82190C Falu Red

📋 copy color: '#82190C'

red 130 ◦ green 25 ◦ blue 12

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

Shades of Falu Red #82190C

Tints of Falu Red #82190C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.19%

R = 77.84%
G = 14.97%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82190C (or 0x82190C) is known color: Falu Red. HEX triplet: 82, 19 and 0C. RGB value is (130,25,12). Sum of RGB (Red+Green+Blue) = 130+25+12=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #82190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82190C is #7DE6F3. Grayscale: #373737. Windows color (decimal): -8251124 or 792962. OLE color: 792962.

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

Color convert

RGB 130 25 12 -
CMYK 0 0.81 0.91 0.49
HSL 6.61º 0.83% 0.28% -
HSV(B) 6.61º 0.91% 0.51% -
XYZ 9.62 5.47 0.9 -
YUV 54.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 130 25 12 0 0.81 0.91 0.49 6.61 0.83 0.28
Hex 82 19 C 0 51 5B 31 7 53 1C
Octal 202 31 14 0 121 133 61 7 123 34
Binary 10000010 11001 1100 0 1010001 1011011 110001 111 1010011 11100

Color Harmonies of #82190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82190C

Black with #82190C

Text Example


Text Example

White with #82190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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