Html Css Color HEX #822517 Falu Red

📋 copy color: '#822517'

red 130 ◦ green 37 ◦ blue 23

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

Shades of Falu Red #822517

Tints of Falu Red #822517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.11%

R = 68.42%
G = 19.47%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#822517 (or 0x822517) is known color: Falu Red. HEX triplet: 82, 25 and 17. RGB value is (130,37,23). Sum of RGB (Red+Green+Blue) = 130+37+23=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #822517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822517 is #7DDAE8. Grayscale: #3F3F3F. Windows color (decimal): -8248041 or 1516930. OLE color: 1516930.

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

Color convert

RGB 130 37 23 -
CMYK 0 0.72 0.82 0.49
HSL 7.85º 0.7% 0.3% -
HSV(B) 7.85º 0.82% 0.51% -
XYZ 10.02 6.13 1.47 -
YUV 63.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 130 37 23 0 0.72 0.82 0.49 7.85 0.7 0.3
Hex 82 25 17 0 48 52 31 8 46 1E
Octal 202 45 27 0 110 122 61 10 106 36
Binary 10000010 100101 10111 0 1001000 1010010 110001 1000 1000110 11110

Color Harmonies of #822517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822517

Black with #822517

Text Example


Text Example

White with #822517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822517; }

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

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

background-color css

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

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

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

border-color css

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

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

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