Html Css Color HEX #83160D Falu Red

📋 copy color: '#83160D'

red 131 ◦ green 22 ◦ blue 13

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

Shades of Falu Red #83160D

Tints of Falu Red #83160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.25%

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

R = 78.92%
G = 13.25%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#83160D (or 0x83160D) is known color: Falu Red. HEX triplet: 83, 16 and 0D. RGB value is (131,22,13). Sum of RGB (Red+Green+Blue) = 131+22+13=166 (21% of max value = 765). Red value is 131 (51.56% from 255 or 78.92% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 131 - color contains mainly: red. Hex color #83160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83160D is #7CE9F2. Grayscale: #353535. Windows color (decimal): -8186355 or 857731. OLE color: 857731.

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

Color convert

RGB 131 22 13 -
CMYK 0 0.83 0.90 0.49
HSL 4.58º 0.82% 0.28% -
HSV(B) 4.58º 0.9% 0.51% -
XYZ 9.72 5.43 0.92 -
YUV 53.57 105.11 183.23 -
System Red Green Blue C M Y K H S L
Decimal 131 22 13 0 0.83 0.90 0.49 4.58 0.82 0.28
Hex 83 16 D 0 53 5A 31 5 52 1C
Octal 203 26 15 0 123 132 61 5 122 34
Binary 10000011 10110 1101 0 1010011 1011010 110001 101 1010010 11100

Color Harmonies of #83160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83160D

Black with #83160D

Text Example


Text Example

White with #83160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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