Html Css Color HEX #830F0D Falu Red

📋 copy color: '#830F0D'

red 131 ◦ green 15 ◦ blue 13

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

Shades of Falu Red #830F0D

Tints of Falu Red #830F0D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.43%

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

R = 82.39%
G = 9.43%
B = 8.18%

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

#830F0D (or 0x830F0D) is known color: Falu Red. HEX triplet: 83, 0F and 0D. RGB value is (131,15,13). Sum of RGB (Red+Green+Blue) = 131+15+13=159 (21% of max value = 765). Red value is 131 (51.56% from 255 or 82.39% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 131 - color contains mainly: red. Hex color #830F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830F0D is #7CF0F2. Grayscale: #313131. Windows color (decimal): -8188147 or 855939. OLE color: 855939.

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

Color convert

RGB 131 15 13 -
CMYK 0 0.89 0.90 0.49
HSL 1.02º 0.82% 0.28% -
HSV(B) 1.02º 0.9% 0.51% -
XYZ 9.6 5.2 0.88 -
YUV 49.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 131 15 13 0 0.89 0.90 0.49 1.02 0.82 0.28
Hex 83 F D 0 59 5A 31 1 52 1C
Octal 203 17 15 0 131 132 61 1 122 34
Binary 10000011 1111 1101 0 1011001 1011010 110001 1 1010010 11100

Color Harmonies of #830F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830F0D

Black with #830F0D

Text Example


Text Example

White with #830F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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