Html Css Color HEX #82110B Falu Red

📋 copy color: '#82110B'

red 130 ◦ green 17 ◦ blue 11

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

Shades of Falu Red #82110B

Tints of Falu Red #82110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.96%

R = 82.28%
G = 10.76%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82110B (or 0x82110B) is known color: Falu Red. HEX triplet: 82, 11 and 0B. RGB value is (130,17,11). Sum of RGB (Red+Green+Blue) = 130+17+11=158 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.28% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 130 - color contains mainly: red. Hex color #82110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82110B is #7DEEF4. Grayscale: #323232. Windows color (decimal): -8253173 or 725378. OLE color: 725378.

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

Color convert

RGB 130 17 11 -
CMYK 0 0.87 0.92 0.49
HSL 3.03º 0.84% 0.28% -
HSV(B) 3.03º 0.92% 0.51% -
XYZ 9.47 5.17 0.82 -
YUV 50.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 130 17 11 0 0.87 0.92 0.49 3.03 0.84 0.28
Hex 82 11 B 0 57 5C 31 3 54 1C
Octal 202 21 13 0 127 134 61 3 124 34
Binary 10000010 10001 1011 0 1010111 1011100 110001 11 1010100 11100

Color Harmonies of #82110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82110B

Black with #82110B

Text Example


Text Example

White with #82110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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