Html Css Color HEX #821A13 Falu Red

📋 copy color: '#821A13'

red 130 ◦ green 26 ◦ blue 19

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

Shades of Falu Red #821A13

Tints of Falu Red #821A13

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.86%

 BLUE value IS 19 (7.81% from 255) = 10.86%

R = 74.29%
G = 14.86%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#821A13 (or 0x821A13) is known color: Falu Red. HEX triplet: 82, 1A and 13. RGB value is (130,26,19). Sum of RGB (Red+Green+Blue) = 130+26+19=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #821A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A13 is #7DE5EC. Grayscale: #383838. Windows color (decimal): -8250861 or 1251970. OLE color: 1251970.

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

Color convert

RGB 130 26 19 -
CMYK 0 0.8 0.85 0.49
HSL 3.78º 0.74% 0.29% -
HSV(B) 3.78º 0.85% 0.51% -
XYZ 9.69 5.53 1.17 -
YUV 56.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 130 26 19 0 0.8 0.85 0.49 3.78 0.74 0.29
Hex 82 1A 13 0 50 55 31 4 4A 1D
Octal 202 32 23 0 120 125 61 4 112 35
Binary 10000010 11010 10011 0 1010000 1010101 110001 100 1001010 11101

Color Harmonies of #821A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821A13

Black with #821A13

Text Example


Text Example

White with #821A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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