Html Css Color HEX #822015 Falu Red

📋 copy color: '#822015'

red 130 ◦ green 32 ◦ blue 21

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

Shades of Falu Red #822015

Tints of Falu Red #822015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 71.04%
G = 17.49%
B = 11.48%

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

#822015 (or 0x822015) is known color: Falu Red. HEX triplet: 82, 20 and 15. RGB value is (130,32,21). Sum of RGB (Red+Green+Blue) = 130+32+21=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #822015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822015 is #7DDFEA. Grayscale: #3C3C3C. Windows color (decimal): -8249323 or 1384578. OLE color: 1384578.

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

Color convert

RGB 130 32 21 -
CMYK 0 0.75 0.84 0.49
HSL 6.06º 0.72% 0.3% -
HSV(B) 6.06º 0.84% 0.51% -
XYZ 9.86 5.83 1.32 -
YUV 60.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 130 32 21 0 0.75 0.84 0.49 6.06 0.72 0.3
Hex 82 20 15 0 4B 54 31 6 48 1E
Octal 202 40 25 0 113 124 61 6 110 36
Binary 10000010 100000 10101 0 1001011 1010100 110001 110 1001000 11110

Color Harmonies of #822015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822015

Black with #822015

Text Example


Text Example

White with #822015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822015; }

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

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

background-color css

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

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

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

border-color css

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

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

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