Html Css Color HEX #82160F Falu Red

📋 copy color: '#82160F'

red 130 ◦ green 22 ◦ blue 15

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

Shades of Falu Red #82160F

Tints of Falu Red #82160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.17%

 BLUE value IS 15 (6.25% from 255) = 8.98%

R = 77.84%
G = 13.17%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#82160F (or 0x82160F) is known color: Falu Red. HEX triplet: 82, 16 and 0F. RGB value is (130,22,15). Sum of RGB (Red+Green+Blue) = 130+22+15=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #82160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82160F is #7DE9F0. Grayscale: #353535. Windows color (decimal): -8251889 or 988802. OLE color: 988802.

HSL color Cylindrical-coordinate representation of color #82160F: hue angle of 3.65º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82160F is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 22 15 -
CMYK 0 0.83 0.88 0.49
HSL 3.65º 0.79% 0.28% -
HSV(B) 3.65º 0.88% 0.51% -
XYZ 9.58 5.35 0.98 -
YUV 53.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 130 22 15 0 0.83 0.88 0.49 3.65 0.79 0.28
Hex 82 16 F 0 53 58 31 4 4F 1C
Octal 202 26 17 0 123 130 61 4 117 34
Binary 10000010 10110 1111 0 1010011 1011000 110001 100 1001111 11100

Color Harmonies of #82160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82160F

Black with #82160F

Text Example


Text Example

White with #82160F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82160F; }

 p { color: rgb(130,22,15); }

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

background-color css

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

 a { background-color: rgb(130,22,15); }

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

border-color css

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

 span { border-color: rgb(130,22,15); }

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