Html Css Color HEX #83130F Falu Red

📋 copy color: '#83130F'

red 131 ◦ green 19 ◦ blue 15

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

Shades of Falu Red #83130F

Tints of Falu Red #83130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.09%

R = 79.39%
G = 11.52%
B = 9.09%

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

#83130F (or 0x83130F) is known color: Falu Red. HEX triplet: 83, 13 and 0F. RGB value is (131,19,15). Sum of RGB (Red+Green+Blue) = 131+19+15=165 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.39% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 131 - color contains mainly: red. Hex color #83130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83130F is #7CECF0. Grayscale: #343434. Windows color (decimal): -8187121 or 988035. OLE color: 988035.

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

Color convert

RGB 131 19 15 -
CMYK 0 0.85 0.89 0.49
HSL 2.07º 0.79% 0.29% -
HSV(B) 2.07º 0.89% 0.51% -
XYZ 9.68 5.33 0.97 -
YUV 52.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 131 19 15 0 0.85 0.89 0.49 2.07 0.79 0.29
Hex 83 13 F 0 55 59 31 2 4F 1D
Octal 203 23 17 0 125 131 61 2 117 35
Binary 10000011 10011 1111 0 1010101 1011001 110001 10 1001111 11101

Color Harmonies of #83130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83130F

Black with #83130F

Text Example


Text Example

White with #83130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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