Html Css Color HEX #83130D Falu Red

📋 copy color: '#83130D'

red 131 ◦ green 19 ◦ blue 13

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

Shades of Falu Red #83130D

Tints of Falu Red #83130D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.66%

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

R = 80.37%
G = 11.66%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#83130D (or 0x83130D) is known color: Falu Red. HEX triplet: 83, 13 and 0D. RGB value is (131,19,13). Sum of RGB (Red+Green+Blue) = 131+19+13=163 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.37% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 131 - color contains mainly: red. Hex color #83130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83130D is #7CECF2. Grayscale: #333333. Windows color (decimal): -8187123 or 856963. OLE color: 856963.

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

Color convert

RGB 131 19 13 -
CMYK 0 0.85 0.90 0.49
HSL 3.05º 0.82% 0.28% -
HSV(B) 3.05º 0.9% 0.51% -
XYZ 9.67 5.32 0.9 -
YUV 51.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 131 19 13 0 0.85 0.90 0.49 3.05 0.82 0.28
Hex 83 13 D 0 55 5A 31 3 52 1C
Octal 203 23 15 0 125 132 61 3 122 34
Binary 10000011 10011 1101 0 1010101 1011010 110001 11 1010010 11100

Color Harmonies of #83130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83130D

Black with #83130D

Text Example


Text Example

White with #83130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83130D; }

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

 H1.HeaderClassName
 {
   color: #83130D;
 }
 .AnyTagClassName
 {
   color: #83130D;
 }
</style>

background-color css

<style>
 a { background-color: #83130D; }

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

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

border-color css

<style>
 span { border-color: #83130D; }

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

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