Html Css Color HEX #822013 Falu Red

📋 copy color: '#822013'

red 130 ◦ green 32 ◦ blue 19

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

Shades of Falu Red #822013

Tints of Falu Red #822013

RGB

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

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

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

R = 71.82%
G = 17.68%
B = 10.5%

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

#822013 (or 0x822013) is known color: Falu Red. HEX triplet: 82, 20 and 13. RGB value is (130,32,19). Sum of RGB (Red+Green+Blue) = 130+32+19=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #822013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822013 is #7DDFEC. Grayscale: #3B3B3B. Windows color (decimal): -8249325 or 1253506. OLE color: 1253506.

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

Color convert

RGB 130 32 19 -
CMYK 0 0.75 0.85 0.49
HSL 7.03º 0.74% 0.29% -
HSV(B) 7.03º 0.85% 0.51% -
XYZ 9.84 5.83 1.22 -
YUV 59.82 104.97 178.06 -
System Red Green Blue C M Y K H S L
Decimal 130 32 19 0 0.75 0.85 0.49 7.03 0.74 0.29
Hex 82 20 13 0 4B 55 31 7 4A 1D
Octal 202 40 23 0 113 125 61 7 112 35
Binary 10000010 100000 10011 0 1001011 1010101 110001 111 1001010 11101

Color Harmonies of #822013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822013

Black with #822013

Text Example


Text Example

White with #822013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822013; }

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

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

background-color css

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

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

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

border-color css

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

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

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