Html Css Color HEX #821512 Falu Red

📋 copy color: '#821512'

red 130 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #821512

Tints of Falu Red #821512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

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

R = 76.92%
G = 12.43%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#821512 (or 0x821512) is known color: Falu Red. HEX triplet: 82, 15 and 12. RGB value is (130,21,18). Sum of RGB (Red+Green+Blue) = 130+21+18=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #821512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821512 is #7DEAED. Grayscale: #353535. Windows color (decimal): -8252142 or 1185154. OLE color: 1185154.

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

Color convert

RGB 130 21 18 -
CMYK 0 0.84 0.86 0.49
HSL 1.61º 0.76% 0.29% -
HSV(B) 1.61º 0.86% 0.51% -
XYZ 9.58 5.33 1.1 -
YUV 53.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 130 21 18 0 0.84 0.86 0.49 1.61 0.76 0.29
Hex 82 15 12 0 54 56 31 2 4C 1D
Octal 202 25 22 0 124 126 61 2 114 35
Binary 10000010 10101 10010 0 1010100 1010110 110001 10 1001100 11101

Color Harmonies of #821512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821512

Black with #821512

Text Example


Text Example

White with #821512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821512; }

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

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

background-color css

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

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

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

border-color css

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

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

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