Html Css Color HEX #821210 Falu Red

📋 copy color: '#821210'

red 130 ◦ green 18 ◦ blue 16

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

Shades of Falu Red #821210

Tints of Falu Red #821210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.98%

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

R = 79.27%
G = 10.98%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#821210 (or 0x821210) is known color: Falu Red. HEX triplet: 82, 12 and 10. RGB value is (130,18,16). Sum of RGB (Red+Green+Blue) = 130+18+16=164 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.27% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 130 - color contains mainly: red. Hex color #821210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821210 is #7DEDEF. Grayscale: #333333. Windows color (decimal): -8252912 or 1053314. OLE color: 1053314.

HSL color Cylindrical-coordinate representation of color #821210: hue angle of 1.05º 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 #821210 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 16 -
CMYK 0 0.86 0.88 0.49
HSL 1.05º 0.78% 0.29% -
HSV(B) 1.05º 0.88% 0.51% -
XYZ 9.52 5.22 1 -
YUV 51.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 130 18 16 0 0.86 0.88 0.49 1.05 0.78 0.29
Hex 82 12 10 0 56 58 31 1 4E 1D
Octal 202 22 20 0 126 130 61 1 116 35
Binary 10000010 10010 10000 0 1010110 1011000 110001 1 1001110 11101

Color Harmonies of #821210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821210

Black with #821210

Text Example


Text Example

White with #821210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821210; }

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

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

background-color css

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

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

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

border-color css

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

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

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