Html Css Color HEX #821312 Falu Red

📋 copy color: '#821312'

red 130 ◦ green 19 ◦ blue 18

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

Shades of Falu Red #821312

Tints of Falu Red #821312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.78%

R = 77.84%
G = 11.38%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#821312 (or 0x821312) is known color: Falu Red. HEX triplet: 82, 13 and 12. RGB value is (130,19,18). Sum of RGB (Red+Green+Blue) = 130+19+18=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #821312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821312 is #7DECED. Grayscale: #343434. Windows color (decimal): -8252654 or 1184642. OLE color: 1184642.

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

Color convert

RGB 130 19 18 -
CMYK 0 0.85 0.86 0.49
HSL 0.54º 0.76% 0.29% -
HSV(B) 0.54º 0.86% 0.51% -
XYZ 9.55 5.26 1.08 -
YUV 52.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 130 19 18 0 0.85 0.86 0.49 0.54 0.76 0.29
Hex 82 13 12 0 55 56 31 1 4C 1D
Octal 202 23 22 0 125 126 61 1 114 35
Binary 10000010 10011 10010 0 1010101 1010110 110001 1 1001100 11101

Color Harmonies of #821312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821312

Black with #821312

Text Example


Text Example

White with #821312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821312; }

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

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

background-color css

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

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

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

border-color css

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

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

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