Html Css Color HEX #83140F Falu Red

📋 copy color: '#83140F'

red 131 ◦ green 20 ◦ blue 15

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

Shades of Falu Red #83140F

Tints of Falu Red #83140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.05%

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

R = 78.92%
G = 12.05%
B = 9.04%

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

#83140F (or 0x83140F) is known color: Falu Red. HEX triplet: 83, 14 and 0F. RGB value is (131,20,15). Sum of RGB (Red+Green+Blue) = 131+20+15=166 (21% of max value = 765). Red value is 131 (51.56% from 255 or 78.92% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 131 - color contains mainly: red. Hex color #83140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83140F is #7CEBF0. Grayscale: #343434. Windows color (decimal): -8186865 or 988291. OLE color: 988291.

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

Color convert

RGB 131 20 15 -
CMYK 0 0.85 0.89 0.49
HSL 2.59º 0.79% 0.29% -
HSV(B) 2.59º 0.89% 0.51% -
XYZ 9.7 5.36 0.98 -
YUV 52.62 106.77 183.91 -
System Red Green Blue C M Y K H S L
Decimal 131 20 15 0 0.85 0.89 0.49 2.59 0.79 0.29
Hex 83 14 F 0 55 59 31 3 4F 1D
Octal 203 24 17 0 125 131 61 3 117 35
Binary 10000011 10100 1111 0 1010101 1011001 110001 11 1001111 11101

Color Harmonies of #83140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83140F

Black with #83140F

Text Example


Text Example

White with #83140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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