Html Css Color HEX #830E0D Falu Red

📋 copy color: '#830E0D'

red 131 ◦ green 14 ◦ blue 13

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

Shades of Falu Red #830E0D

Tints of Falu Red #830E0D

RGB

 RED value IS 131 (51.56% from 255) = 82.91%

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

 BLUE value IS 13 (5.47% from 255) = 8.23%

R = 82.91%
G = 8.86%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#830E0D (or 0x830E0D) is known color: Falu Red. HEX triplet: 83, 0E and 0D. RGB value is (131,14,13). Sum of RGB (Red+Green+Blue) = 131+14+13=158 (20% of max value = 765). Red value is 131 (51.56% from 255 or 82.91% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 13 (5.47% from 255 or 8.23% from 158); Max value from RGB is 131 - color contains mainly: red. Hex color #830E0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830E0D is #7CF1F2. Grayscale: #303030. Windows color (decimal): -8188403 or 855683. OLE color: 855683.

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

Color convert

RGB 131 14 13 -
CMYK 0 0.89 0.90 0.49
HSL 0.51º 0.82% 0.28% -
HSV(B) 0.51º 0.9% 0.51% -
XYZ 9.59 5.17 0.87 -
YUV 48.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 131 14 13 0 0.89 0.90 0.49 0.51 0.82 0.28
Hex 83 E D 0 59 5A 31 1 52 1C
Octal 203 16 15 0 131 132 61 1 122 34
Binary 10000011 1110 1101 0 1011001 1011010 110001 1 1010010 11100

Color Harmonies of #830E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830E0D

Black with #830E0D

Text Example


Text Example

White with #830E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830E0D; }

 p { color: rgb(131,14,13); }

 H1.HeaderClassName
 {
   color: #830E0D;
 }
 .AnyTagClassName
 {
   color: #830E0D;
 }
</style>

background-color css

<style>
 a { background-color: #830E0D; }

 a { background-color: rgb(131,14,13); }

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

border-color css

<style>
 span { border-color: #830E0D; }

 span { border-color: rgb(131,14,13); }

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