Html Css Color HEX #821D17 Falu Red

📋 copy color: '#821D17'

red 130 ◦ green 29 ◦ blue 23

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

Shades of Falu Red #821D17

Tints of Falu Red #821D17

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.93%

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

R = 71.43%
G = 15.93%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#821D17 (or 0x821D17) is known color: Falu Red. HEX triplet: 82, 1D and 17. RGB value is (130,29,23). Sum of RGB (Red+Green+Blue) = 130+29+23=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #821D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821D17 is #7DE2E8. Grayscale: #3A3A3A. Windows color (decimal): -8250089 or 1514882. OLE color: 1514882.

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

Color convert

RGB 130 29 23 -
CMYK 0 0.78 0.82 0.49
HSL 3.36º 0.7% 0.3% -
HSV(B) 3.36º 0.82% 0.51% -
XYZ 9.8 5.69 1.39 -
YUV 58.52 107.96 178.99 -
System Red Green Blue C M Y K H S L
Decimal 130 29 23 0 0.78 0.82 0.49 3.36 0.7 0.3
Hex 82 1D 17 0 4E 52 31 3 46 1E
Octal 202 35 27 0 116 122 61 3 106 36
Binary 10000010 11101 10111 0 1001110 1010010 110001 11 1000110 11110

Color Harmonies of #821D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821D17

Black with #821D17

Text Example


Text Example

White with #821D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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