Html Css Color HEX #83130E Falu Red

📋 copy color: '#83130E'

red 131 ◦ green 19 ◦ blue 14

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

Shades of Falu Red #83130E

Tints of Falu Red #83130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.54%

R = 79.88%
G = 11.59%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83130E (or 0x83130E) is known color: Falu Red. HEX triplet: 83, 13 and 0E. RGB value is (131,19,14). Sum of RGB (Red+Green+Blue) = 131+19+14=164 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.88% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 131 - color contains mainly: red. Hex color #83130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83130E is #7CECF1. Grayscale: #343434. Windows color (decimal): -8187122 or 922499. OLE color: 922499.

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

Color convert

RGB 131 19 14 -
CMYK 0 0.85 0.89 0.49
HSL 2.56º 0.81% 0.28% -
HSV(B) 2.56º 0.89% 0.51% -
XYZ 9.67 5.32 0.93 -
YUV 51.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 131 19 14 0 0.85 0.89 0.49 2.56 0.81 0.28
Hex 83 13 E 0 55 59 31 3 51 1C
Octal 203 23 16 0 125 131 61 3 121 34
Binary 10000011 10011 1110 0 1010101 1011001 110001 11 1010001 11100

Color Harmonies of #83130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83130E

Black with #83130E

Text Example


Text Example

White with #83130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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