Html Css Color HEX #821712 Falu Red

📋 copy color: '#821712'

red 130 ◦ green 23 ◦ blue 18

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

Shades of Falu Red #821712

Tints of Falu Red #821712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

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

R = 76.02%
G = 13.45%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#821712 (or 0x821712) is known color: Falu Red. HEX triplet: 82, 17 and 12. RGB value is (130,23,18). Sum of RGB (Red+Green+Blue) = 130+23+18=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #821712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821712 is #7DE8ED. Grayscale: #363636. Windows color (decimal): -8251630 or 1185666. OLE color: 1185666.

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

Color convert

RGB 130 23 18 -
CMYK 0 0.82 0.86 0.49
HSL 2.68º 0.76% 0.29% -
HSV(B) 2.68º 0.86% 0.51% -
XYZ 9.62 5.4 1.11 -
YUV 54.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 130 23 18 0 0.82 0.86 0.49 2.68 0.76 0.29
Hex 82 17 12 0 52 56 31 3 4C 1D
Octal 202 27 22 0 122 126 61 3 114 35
Binary 10000010 10111 10010 0 1010010 1010110 110001 11 1001100 11101

Color Harmonies of #821712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821712

Black with #821712

Text Example


Text Example

White with #821712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821712; }

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

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

background-color css

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

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

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

border-color css

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

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

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