Html Css Color HEX #822712 Falu Red

📋 copy color: '#822712'

red 130 ◦ green 39 ◦ blue 18

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

Shades of Falu Red #822712

Tints of Falu Red #822712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.86%

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

R = 69.52%
G = 20.86%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#822712 (or 0x822712) is known color: Falu Red. HEX triplet: 82, 27 and 12. RGB value is (130,39,18). Sum of RGB (Red+Green+Blue) = 130+39+18=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #822712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822712 is #7DD8ED. Grayscale: #3F3F3F. Windows color (decimal): -8247534 or 1189762. OLE color: 1189762.

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

Color convert

RGB 130 39 18 -
CMYK 0 0.70 0.86 0.49
HSL 11.25º 0.76% 0.29% -
HSV(B) 11.25º 0.86% 0.51% -
XYZ 10.04 6.24 1.25 -
YUV 63.82 102.15 175.21 -
System Red Green Blue C M Y K H S L
Decimal 130 39 18 0 0.70 0.86 0.49 11.25 0.76 0.29
Hex 82 27 12 0 46 56 31 B 4C 1D
Octal 202 47 22 0 106 126 61 13 114 35
Binary 10000010 100111 10010 0 1000110 1010110 110001 1011 1001100 11101

Color Harmonies of #822712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822712

Black with #822712

Text Example


Text Example

White with #822712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822712; }

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

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

background-color css

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

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

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

border-color css

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

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

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