Html Css Color HEX #821812 Falu Red

📋 copy color: '#821812'

red 130 ◦ green 24 ◦ blue 18

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

Shades of Falu Red #821812

Tints of Falu Red #821812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.95%

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

R = 75.58%
G = 13.95%
B = 10.47%

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

#821812 (or 0x821812) is known color: Falu Red. HEX triplet: 82, 18 and 12. RGB value is (130,24,18). Sum of RGB (Red+Green+Blue) = 130+24+18=172 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.58% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 130 - color contains mainly: red. Hex color #821812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821812 is #7DE7ED. Grayscale: #373737. Windows color (decimal): -8251374 or 1185922. OLE color: 1185922.

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

Color convert

RGB 130 24 18 -
CMYK 0 0.82 0.86 0.49
HSL 3.21º 0.76% 0.29% -
HSV(B) 3.21º 0.86% 0.51% -
XYZ 9.64 5.44 1.11 -
YUV 55.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 130 24 18 0 0.82 0.86 0.49 3.21 0.76 0.29
Hex 82 18 12 0 52 56 31 3 4C 1D
Octal 202 30 22 0 122 126 61 3 114 35
Binary 10000010 11000 10010 0 1010010 1010110 110001 11 1001100 11101

Color Harmonies of #821812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821812

Black with #821812

Text Example


Text Example

White with #821812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821812; }

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

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

background-color css

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

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

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

border-color css

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

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

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