Html Css Color HEX #822512 Falu Red

📋 copy color: '#822512'

red 130 ◦ green 37 ◦ blue 18

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

Shades of Falu Red #822512

Tints of Falu Red #822512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20%

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

R = 70.27%
G = 20%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#822512 (or 0x822512) is known color: Falu Red. HEX triplet: 82, 25 and 12. RGB value is (130,37,18). Sum of RGB (Red+Green+Blue) = 130+37+18=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #822512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822512 is #7DDAED. Grayscale: #3E3E3E. Windows color (decimal): -8248046 or 1189250. OLE color: 1189250.

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

Color convert

RGB 130 37 18 -
CMYK 0 0.72 0.86 0.49
HSL 10.18º 0.76% 0.29% -
HSV(B) 10.18º 0.86% 0.51% -
XYZ 9.98 6.11 1.23 -
YUV 62.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 130 37 18 0 0.72 0.86 0.49 10.18 0.76 0.29
Hex 82 25 12 0 48 56 31 A 4C 1D
Octal 202 45 22 0 110 126 61 12 114 35
Binary 10000010 100101 10010 0 1001000 1010110 110001 1010 1001100 11101

Color Harmonies of #822512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822512

Black with #822512

Text Example


Text Example

White with #822512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822512; }

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

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

background-color css

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

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

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

border-color css

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

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

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