Html Css Color HEX #822115 Falu Red

📋 copy color: '#822115'

red 130 ◦ green 33 ◦ blue 21

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

Shades of Falu Red #822115

Tints of Falu Red #822115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

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

R = 70.65%
G = 17.93%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#822115 (or 0x822115) is known color: Falu Red. HEX triplet: 82, 21 and 15. RGB value is (130,33,21). Sum of RGB (Red+Green+Blue) = 130+33+21=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #822115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822115 is #7DDEEA. Grayscale: #3C3C3C. Windows color (decimal): -8249067 or 1384834. OLE color: 1384834.

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

Color convert

RGB 130 33 21 -
CMYK 0 0.75 0.84 0.49
HSL 6.61º 0.72% 0.3% -
HSV(B) 6.61º 0.84% 0.51% -
XYZ 9.89 5.89 1.32 -
YUV 60.64 105.64 177.48 -
System Red Green Blue C M Y K H S L
Decimal 130 33 21 0 0.75 0.84 0.49 6.61 0.72 0.3
Hex 82 21 15 0 4B 54 31 7 48 1E
Octal 202 41 25 0 113 124 61 7 110 36
Binary 10000010 100001 10101 0 1001011 1010100 110001 111 1001000 11110

Color Harmonies of #822115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822115

Black with #822115

Text Example


Text Example

White with #822115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822115; }

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

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

background-color css

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

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

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

border-color css

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

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

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