Html Css Color HEX #82110D Falu Red

📋 copy color: '#82110D'

red 130 ◦ green 17 ◦ blue 13

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

Shades of Falu Red #82110D

Tints of Falu Red #82110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.63%

 BLUE value IS 13 (5.47% from 255) = 8.13%

R = 81.25%
G = 10.63%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#82110D (or 0x82110D) is known color: Falu Red. HEX triplet: 82, 11 and 0D. RGB value is (130,17,13). Sum of RGB (Red+Green+Blue) = 130+17+13=160 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.25% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 130 - color contains mainly: red. Hex color #82110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82110D is #7DEEF2. Grayscale: #323232. Windows color (decimal): -8253171 or 856450. OLE color: 856450.

HSL color Cylindrical-coordinate representation of color #82110D: hue angle of 2.05º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82110D is Cyan = 0, Magento = 0.87, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 17 13 -
CMYK 0 0.87 0.9 0.49
HSL 2.05º 0.82% 0.28% -
HSV(B) 2.05º 0.9% 0.51% -
XYZ 9.48 5.18 0.88 -
YUV 50.33 106.94 184.83 -
System Red Green Blue C M Y K H S L
Decimal 130 17 13 0 0.87 0.9 0.49 2.05 0.82 0.28
Hex 82 11 D 0 57 5A 31 2 52 1C
Octal 202 21 15 0 127 132 61 2 122 34
Binary 10000010 10001 1101 0 1010111 1011010 110001 10 1010010 11100

Color Harmonies of #82110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82110D

Black with #82110D

Text Example


Text Example

White with #82110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82110D; }

 p { color: rgb(130,17,13); }

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

background-color css

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

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

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

border-color css

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

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

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