Html Css Color HEX #820E0C Falu Red

📋 copy color: '#820E0C'

red 130 ◦ green 14 ◦ blue 12

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

Shades of Falu Red #820E0C

Tints of Falu Red #820E0C

RGB

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

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

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

R = 83.33%
G = 8.97%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#820E0C (or 0x820E0C) is known color: Falu Red. HEX triplet: 82, 0E and 0C. RGB value is (130,14,12). Sum of RGB (Red+Green+Blue) = 130+14+12=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #820E0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820E0C is #7DF1F3. Grayscale: #303030. Windows color (decimal): -8253940 or 790146. OLE color: 790146.

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

Color convert

RGB 130 14 12 -
CMYK 0 0.89 0.91 0.49
HSL 1.02º 0.83% 0.28% -
HSV(B) 1.02º 0.91% 0.51% -
XYZ 9.43 5.09 0.83 -
YUV 48.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 130 14 12 0 0.89 0.91 0.49 1.02 0.83 0.28
Hex 82 E C 0 59 5B 31 1 53 1C
Octal 202 16 14 0 131 133 61 1 123 34
Binary 10000010 1110 1100 0 1011001 1011011 110001 1 1010011 11100

Color Harmonies of #820E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820E0C

Black with #820E0C

Text Example


Text Example

White with #820E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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