Html Css Color HEX #822010 Falu Red

📋 copy color: '#822010'

red 130 ◦ green 32 ◦ blue 16

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

Shades of Falu Red #822010

Tints of Falu Red #822010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.99%

R = 73.03%
G = 17.98%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#822010 (or 0x822010) is known color: Falu Red. HEX triplet: 82, 20 and 10. RGB value is (130,32,16). Sum of RGB (Red+Green+Blue) = 130+32+16=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #822010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822010 is #7DDFEF. Grayscale: #3B3B3B. Windows color (decimal): -8249328 or 1056898. OLE color: 1056898.

HSL color Cylindrical-coordinate representation of color #822010: hue angle of 8.42º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #822010 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 32 16 -
CMYK 0 0.75 0.88 0.49
HSL 8.42º 0.78% 0.29% -
HSV(B) 8.42º 0.88% 0.51% -
XYZ 9.82 5.82 1.1 -
YUV 59.48 103.47 178.3 -
System Red Green Blue C M Y K H S L
Decimal 130 32 16 0 0.75 0.88 0.49 8.42 0.78 0.29
Hex 82 20 10 0 4B 58 31 8 4E 1D
Octal 202 40 20 0 113 130 61 10 116 35
Binary 10000010 100000 10000 0 1001011 1011000 110001 1000 1001110 11101

Color Harmonies of #822010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822010

Black with #822010

Text Example


Text Example

White with #822010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822010; }

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

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

background-color css

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

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

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

border-color css

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

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

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