Html Css Color HEX #83160F Falu Red

📋 copy color: '#83160F'

red 131 ◦ green 22 ◦ blue 15

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

Shades of Falu Red #83160F

Tints of Falu Red #83160F

RGB

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

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

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

R = 77.98%
G = 13.1%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83160F (or 0x83160F) is known color: Falu Red. HEX triplet: 83, 16 and 0F. RGB value is (131,22,15). Sum of RGB (Red+Green+Blue) = 131+22+15=168 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.98% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 131 - color contains mainly: red. Hex color #83160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83160F is #7CE9F0. Grayscale: #353535. Windows color (decimal): -8186353 or 988803. OLE color: 988803.

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

Color convert

RGB 131 22 15 -
CMYK 0 0.83 0.89 0.49
HSL 3.62º 0.79% 0.29% -
HSV(B) 3.62º 0.89% 0.51% -
XYZ 9.73 5.43 0.99 -
YUV 53.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 131 22 15 0 0.83 0.89 0.49 3.62 0.79 0.29
Hex 83 16 F 0 53 59 31 4 4F 1D
Octal 203 26 17 0 123 131 61 4 117 35
Binary 10000011 10110 1111 0 1010011 1011001 110001 100 1001111 11101

Color Harmonies of #83160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83160F

Black with #83160F

Text Example


Text Example

White with #83160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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