Html Css Color HEX #82150A Falu Red

📋 copy color: '#82150A'

red 130 ◦ green 21 ◦ blue 10

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

Shades of Falu Red #82150A

Tints of Falu Red #82150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.04%

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

R = 80.75%
G = 13.04%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82150A (or 0x82150A) is known color: Falu Red. HEX triplet: 82, 15 and 0A. RGB value is (130,21,10). Sum of RGB (Red+Green+Blue) = 130+21+10=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #82150A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82150A is #7DEAF5. Grayscale: #343434. Windows color (decimal): -8252150 or 660866. OLE color: 660866.

HSL color Cylindrical-coordinate representation of color #82150A: hue angle of 5.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 #82150A is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 21 10 -
CMYK 0 0.84 0.92 0.49
HSL 5.5º 0.86% 0.27% -
HSV(B) 5.5º 0.92% 0.51% -
XYZ 9.53 5.3 0.81 -
YUV 52.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 130 21 10 0 0.84 0.92 0.49 5.5 0.86 0.27
Hex 82 15 A 0 54 5C 31 6 56 1B
Octal 202 25 12 0 124 134 61 6 126 33
Binary 10000010 10101 1010 0 1010100 1011100 110001 110 1010110 11011

Color Harmonies of #82150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82150A

Black with #82150A

Text Example


Text Example

White with #82150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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