Html Css Color HEX #821917 Falu Red

📋 copy color: '#821917'

red 130 ◦ green 25 ◦ blue 23

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

Shades of Falu Red #821917

Tints of Falu Red #821917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

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

R = 73.03%
G = 14.04%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#821917 (or 0x821917) is known color: Falu Red. HEX triplet: 82, 19 and 17. RGB value is (130,25,23). Sum of RGB (Red+Green+Blue) = 130+25+23=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #821917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821917 is #7DE6E8. Grayscale: #383838. Windows color (decimal): -8251113 or 1513858. OLE color: 1513858.

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

Color convert

RGB 130 25 23 -
CMYK 0 0.81 0.82 0.49
HSL 1.12º 0.7% 0.3% -
HSV(B) 1.12º 0.82% 0.51% -
XYZ 9.71 5.5 1.36 -
YUV 56.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 130 25 23 0 0.81 0.82 0.49 1.12 0.7 0.3
Hex 82 19 17 0 51 52 31 1 46 1E
Octal 202 31 27 0 121 122 61 1 106 36
Binary 10000010 11001 10111 0 1010001 1010010 110001 1 1000110 11110

Color Harmonies of #821917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821917

Black with #821917

Text Example


Text Example

White with #821917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821917; }

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

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

background-color css

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

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

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

border-color css

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

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

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