Html Css Color HEX #82140C Falu Red

📋 copy color: '#82140C'

red 130 ◦ green 20 ◦ blue 12

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

Shades of Falu Red #82140C

Tints of Falu Red #82140C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.35%

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

R = 80.25%
G = 12.35%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82140C (or 0x82140C) is known color: Falu Red. HEX triplet: 82, 14 and 0C. RGB value is (130,20,12). Sum of RGB (Red+Green+Blue) = 130+20+12=162 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.25% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 130 - color contains mainly: red. Hex color #82140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82140C is #7DEBF3. Grayscale: #343434. Windows color (decimal): -8252404 or 791682. OLE color: 791682.

HSL color Cylindrical-coordinate representation of color #82140C: hue angle of 4.07º 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 #82140C is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 12 -
CMYK 0 0.85 0.91 0.49
HSL 4.07º 0.83% 0.28% -
HSV(B) 4.07º 0.91% 0.51% -
XYZ 9.52 5.27 0.86 -
YUV 51.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 130 20 12 0 0.85 0.91 0.49 4.07 0.83 0.28
Hex 82 14 C 0 55 5B 31 4 53 1C
Octal 202 24 14 0 125 133 61 4 123 34
Binary 10000010 10100 1100 0 1010101 1011011 110001 100 1010011 11100

Color Harmonies of #82140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82140C

Black with #82140C

Text Example


Text Example

White with #82140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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