Html Css Color HEX #822417 Falu Red

📋 copy color: '#822417'

red 130 ◦ green 36 ◦ blue 23

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

Shades of Falu Red #822417

Tints of Falu Red #822417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.05%

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

R = 68.78%
G = 19.05%
B = 12.17%

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

#822417 (or 0x822417) is known color: Falu Red. HEX triplet: 82, 24 and 17. RGB value is (130,36,23). Sum of RGB (Red+Green+Blue) = 130+36+23=189 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.78% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 130 - color contains mainly: red. Hex color #822417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822417 is #7DDBE8. Grayscale: #3E3E3E. Windows color (decimal): -8248297 or 1516674. OLE color: 1516674.

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

Color convert

RGB 130 36 23 -
CMYK 0 0.72 0.82 0.49
HSL 7.29º 0.7% 0.3% -
HSV(B) 7.29º 0.82% 0.51% -
XYZ 9.99 6.07 1.46 -
YUV 62.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 130 36 23 0 0.72 0.82 0.49 7.29 0.7 0.3
Hex 82 24 17 0 48 52 31 7 46 1E
Octal 202 44 27 0 110 122 61 7 106 36
Binary 10000010 100100 10111 0 1001000 1010010 110001 111 1000110 11110

Color Harmonies of #822417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822417

Black with #822417

Text Example


Text Example

White with #822417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822417; }

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

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

background-color css

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

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

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

border-color css

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

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

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