Html Css Color HEX #821110 Falu Red

📋 copy color: '#821110'

red 130 ◦ green 17 ◦ blue 16

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

Shades of Falu Red #821110

Tints of Falu Red #821110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.82%

R = 79.75%
G = 10.43%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#821110 (or 0x821110) is known color: Falu Red. HEX triplet: 82, 11 and 10. RGB value is (130,17,16). Sum of RGB (Red+Green+Blue) = 130+17+16=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #821110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821110 is #7DEEEF. Grayscale: #323232. Windows color (decimal): -8253168 or 1053058. OLE color: 1053058.

HSL color Cylindrical-coordinate representation of color #821110: hue angle of 0.53º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821110 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 17 16 -
CMYK 0 0.87 0.88 0.49
HSL 0.53º 0.78% 0.29% -
HSV(B) 0.53º 0.88% 0.51% -
XYZ 9.5 5.18 0.99 -
YUV 50.67 108.44 184.58 -
System Red Green Blue C M Y K H S L
Decimal 130 17 16 0 0.87 0.88 0.49 0.53 0.78 0.29
Hex 82 11 10 0 57 58 31 1 4E 1D
Octal 202 21 20 0 127 130 61 1 116 35
Binary 10000010 10001 10000 0 1010111 1011000 110001 1 1001110 11101

Color Harmonies of #821110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821110

Black with #821110

Text Example


Text Example

White with #821110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821110; }

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

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

background-color css

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

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

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

border-color css

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

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

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