Html Css Color HEX #822513 Falu Red

📋 copy color: '#822513'

red 130 ◦ green 37 ◦ blue 19

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

Shades of Falu Red #822513

Tints of Falu Red #822513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 69.89%
G = 19.89%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#822513 (or 0x822513) is known color: Falu Red. HEX triplet: 82, 25 and 13. RGB value is (130,37,19). Sum of RGB (Red+Green+Blue) = 130+37+19=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #822513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822513 is #7DDAEC. Grayscale: #3E3E3E. Windows color (decimal): -8248045 or 1254786. OLE color: 1254786.

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

Color convert

RGB 130 37 19 -
CMYK 0 0.72 0.85 0.49
HSL 9.73º 0.74% 0.29% -
HSV(B) 9.73º 0.85% 0.51% -
XYZ 9.99 6.12 1.27 -
YUV 62.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 130 37 19 0 0.72 0.85 0.49 9.73 0.74 0.29
Hex 82 25 13 0 48 55 31 A 4A 1D
Octal 202 45 23 0 110 125 61 12 112 35
Binary 10000010 100101 10011 0 1001000 1010101 110001 1010 1001010 11101

Color Harmonies of #822513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822513

Black with #822513

Text Example


Text Example

White with #822513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822513; }

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

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

background-color css

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

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

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

border-color css

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

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

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