Html Css Color HEX #822017 Falu Red

📋 copy color: '#822017'

red 130 ◦ green 32 ◦ blue 23

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

Shades of Falu Red #822017

Tints of Falu Red #822017

RGB

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

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

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

R = 70.27%
G = 17.3%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#822017 (or 0x822017) is known color: Falu Red. HEX triplet: 82, 20 and 17. RGB value is (130,32,23). Sum of RGB (Red+Green+Blue) = 130+32+23=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #822017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822017 is #7DDFE8. Grayscale: #3C3C3C. Windows color (decimal): -8249321 or 1515650. OLE color: 1515650.

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

Color convert

RGB 130 32 23 -
CMYK 0 0.75 0.82 0.49
HSL 5.05º 0.7% 0.3% -
HSV(B) 5.05º 0.82% 0.51% -
XYZ 9.88 5.84 1.42 -
YUV 60.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 130 32 23 0 0.75 0.82 0.49 5.05 0.7 0.3
Hex 82 20 17 0 4B 52 31 5 46 1E
Octal 202 40 27 0 113 122 61 5 106 36
Binary 10000010 100000 10111 0 1001011 1010010 110001 101 1000110 11110

Color Harmonies of #822017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822017

Black with #822017

Text Example


Text Example

White with #822017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822017; }

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

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

background-color css

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

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

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

border-color css

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

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

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