Html Css Color HEX #82150C Falu Red

📋 copy color: '#82150C'

red 130 ◦ green 21 ◦ blue 12

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

Shades of Falu Red #82150C

Tints of Falu Red #82150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.36%

R = 79.75%
G = 12.88%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82150C (or 0x82150C) is known color: Falu Red. HEX triplet: 82, 15 and 0C. RGB value is (130,21,12). Sum of RGB (Red+Green+Blue) = 130+21+12=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #82150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82150C is #7DEAF3. Grayscale: #343434. Windows color (decimal): -8252148 or 791938. OLE color: 791938.

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

Color convert

RGB 130 21 12 -
CMYK 0 0.84 0.91 0.49
HSL 4.58º 0.83% 0.28% -
HSV(B) 4.58º 0.91% 0.51% -
XYZ 9.54 5.31 0.87 -
YUV 52.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 130 21 12 0 0.84 0.91 0.49 4.58 0.83 0.28
Hex 82 15 C 0 54 5B 31 5 53 1C
Octal 202 25 14 0 124 133 61 5 123 34
Binary 10000010 10101 1100 0 1010100 1011011 110001 101 1010011 11100

Color Harmonies of #82150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82150C

Black with #82150C

Text Example


Text Example

White with #82150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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