Html Css Color HEX #820E0B Falu Red

📋 copy color: '#820E0B'

red 130 ◦ green 14 ◦ blue 11

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

Shades of Falu Red #820E0B

Tints of Falu Red #820E0B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.03%

 BLUE value IS 11 (4.69% from 255) = 7.1%

R = 83.87%
G = 9.03%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#820E0B (or 0x820E0B) is known color: Falu Red. HEX triplet: 82, 0E and 0B. RGB value is (130,14,11). Sum of RGB (Red+Green+Blue) = 130+14+11=155 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.87% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 130 - color contains mainly: red. Hex color #820E0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820E0B is #7DF1F4. Grayscale: #303030. Windows color (decimal): -8253941 or 724610. OLE color: 724610.

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

Color convert

RGB 130 14 11 -
CMYK 0 0.89 0.92 0.49
HSL 1.51º 0.84% 0.28% -
HSV(B) 1.51º 0.92% 0.51% -
XYZ 9.42 5.08 0.8 -
YUV 48.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 130 14 11 0 0.89 0.92 0.49 1.51 0.84 0.28
Hex 82 E B 0 59 5C 31 2 54 1C
Octal 202 16 13 0 131 134 61 2 124 34
Binary 10000010 1110 1011 0 1011001 1011100 110001 10 1010100 11100

Color Harmonies of #820E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820E0B

Black with #820E0B

Text Example


Text Example

White with #820E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820E0B; }

 p { color: rgb(130,14,11); }

 H1.HeaderClassName
 {
   color: #820E0B;
 }
 .AnyTagClassName
 {
   color: #820E0B;
 }
</style>

background-color css

<style>
 a { background-color: #820E0B; }

 a { background-color: rgb(130,14,11); }

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

border-color css

<style>
 span { border-color: #820E0B; }

 span { border-color: rgb(130,14,11); }

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