Html Css Color HEX #822113 Falu Red

📋 copy color: '#822113'

red 130 ◦ green 33 ◦ blue 19

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

Shades of Falu Red #822113

Tints of Falu Red #822113

RGB

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

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

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

R = 71.43%
G = 18.13%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#822113 (or 0x822113) is known color: Falu Red. HEX triplet: 82, 21 and 13. RGB value is (130,33,19). Sum of RGB (Red+Green+Blue) = 130+33+19=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #822113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822113 is #7DDEEC. Grayscale: #3C3C3C. Windows color (decimal): -8249069 or 1253762. OLE color: 1253762.

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

Color convert

RGB 130 33 19 -
CMYK 0 0.75 0.85 0.49
HSL 7.57º 0.74% 0.29% -
HSV(B) 7.57º 0.85% 0.51% -
XYZ 9.87 5.88 1.23 -
YUV 60.41 104.64 177.64 -
System Red Green Blue C M Y K H S L
Decimal 130 33 19 0 0.75 0.85 0.49 7.57 0.74 0.29
Hex 82 21 13 0 4B 55 31 8 4A 1D
Octal 202 41 23 0 113 125 61 10 112 35
Binary 10000010 100001 10011 0 1001011 1010101 110001 1000 1001010 11101

Color Harmonies of #822113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822113

Black with #822113

Text Example


Text Example

White with #822113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822113; }

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

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

background-color css

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

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

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

border-color css

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

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

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