Html Css Color HEX #822315 Falu Red

📋 copy color: '#822315'

red 130 ◦ green 35 ◦ blue 21

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

Shades of Falu Red #822315

Tints of Falu Red #822315

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.82%

 BLUE value IS 21 (8.59% from 255) = 11.29%

R = 69.89%
G = 18.82%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#822315 (or 0x822315) is known color: Falu Red. HEX triplet: 82, 23 and 15. RGB value is (130,35,21). Sum of RGB (Red+Green+Blue) = 130+35+21=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #822315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822315 is #7DDCEA. Grayscale: #3D3D3D. Windows color (decimal): -8248555 or 1385346. OLE color: 1385346.

HSL color Cylindrical-coordinate representation of color #822315: hue angle of 7.71º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #822315 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 35 21 -
CMYK 0 0.73 0.84 0.49
HSL 7.71º 0.72% 0.3% -
HSV(B) 7.71º 0.84% 0.51% -
XYZ 9.94 6 1.34 -
YUV 61.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 130 35 21 0 0.73 0.84 0.49 7.71 0.72 0.3
Hex 82 23 15 0 49 54 31 8 48 1E
Octal 202 43 25 0 111 124 61 10 110 36
Binary 10000010 100011 10101 0 1001001 1010100 110001 1000 1001000 11110

Color Harmonies of #822315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822315

Black with #822315

Text Example


Text Example

White with #822315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822315; }

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

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

background-color css

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

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

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

border-color css

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

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

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