Html Css Color HEX #82170A Falu Red

📋 copy color: '#82170A'

red 130 ◦ green 23 ◦ blue 10

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

Shades of Falu Red #82170A

Tints of Falu Red #82170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.11%

 BLUE value IS 10 (4.3% from 255) = 6.13%

R = 79.75%
G = 14.11%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82170A (or 0x82170A) is known color: Falu Red. HEX triplet: 82, 17 and 0A. RGB value is (130,23,10). Sum of RGB (Red+Green+Blue) = 130+23+10=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #82170A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82170A is #7DE8F5. Grayscale: #353535. Windows color (decimal): -8251638 or 661378. OLE color: 661378.

HSL color Cylindrical-coordinate representation of color #82170A: hue angle of 6.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82170A is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 23 10 -
CMYK 0 0.82 0.92 0.49
HSL 6.5º 0.86% 0.27% -
HSV(B) 6.5º 0.92% 0.51% -
XYZ 9.57 5.38 0.82 -
YUV 53.51 103.45 182.56 -
System Red Green Blue C M Y K H S L
Decimal 130 23 10 0 0.82 0.92 0.49 6.5 0.86 0.27
Hex 82 17 A 0 52 5C 31 6 56 1B
Octal 202 27 12 0 122 134 61 6 126 33
Binary 10000010 10111 1010 0 1010010 1011100 110001 110 1010110 11011

Color Harmonies of #82170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82170A

Black with #82170A

Text Example


Text Example

White with #82170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82170A; }

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

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

background-color css

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

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

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

border-color css

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

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

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