Html Css Color HEX #821310 Falu Red

📋 copy color: '#821310'

red 130 ◦ green 19 ◦ blue 16

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

Shades of Falu Red #821310

Tints of Falu Red #821310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.52%

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

R = 78.79%
G = 11.52%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#821310 (or 0x821310) is known color: Falu Red. HEX triplet: 82, 13 and 10. RGB value is (130,19,16). Sum of RGB (Red+Green+Blue) = 130+19+16=165 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.79% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 130 - color contains mainly: red. Hex color #821310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821310 is #7DECEF. Grayscale: #333333. Windows color (decimal): -8252656 or 1053570. OLE color: 1053570.

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

Color convert

RGB 130 19 16 -
CMYK 0 0.85 0.88 0.49
HSL 1.58º 0.78% 0.29% -
HSV(B) 1.58º 0.88% 0.51% -
XYZ 9.53 5.25 1 -
YUV 51.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 130 19 16 0 0.85 0.88 0.49 1.58 0.78 0.29
Hex 82 13 10 0 55 58 31 2 4E 1D
Octal 202 23 20 0 125 130 61 2 116 35
Binary 10000010 10011 10000 0 1010101 1011000 110001 10 1001110 11101

Color Harmonies of #821310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821310

Black with #821310

Text Example


Text Example

White with #821310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821310; }

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

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

background-color css

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

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

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

border-color css

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

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

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