Html Css Color HEX #82110A Falu Red

📋 copy color: '#82110A'

red 130 ◦ green 17 ◦ blue 10

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

Shades of Falu Red #82110A

Tints of Falu Red #82110A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.37%

R = 82.8%
G = 10.83%
B = 6.37%

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

#82110A (or 0x82110A) is known color: Falu Red. HEX triplet: 82, 11 and 0A. RGB value is (130,17,10). Sum of RGB (Red+Green+Blue) = 130+17+10=157 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.80% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 130 - color contains mainly: red. Hex color #82110A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82110A is #7DEEF5. Grayscale: #323232. Windows color (decimal): -8253174 or 659842. OLE color: 659842.

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

Color convert

RGB 130 17 10 -
CMYK 0 0.87 0.92 0.49
HSL 3.5º 0.86% 0.27% -
HSV(B) 3.5º 0.92% 0.51% -
XYZ 9.46 5.17 0.79 -
YUV 49.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 130 17 10 0 0.87 0.92 0.49 3.5 0.86 0.27
Hex 82 11 A 0 57 5C 31 4 56 1B
Octal 202 21 12 0 127 134 61 4 126 33
Binary 10000010 10001 1010 0 1010111 1011100 110001 100 1010110 11011

Color Harmonies of #82110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82110A

Black with #82110A

Text Example


Text Example

White with #82110A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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