Html Css Color HEX #83110F Falu Red

📋 copy color: '#83110F'

red 131 ◦ green 17 ◦ blue 15

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

Shades of Falu Red #83110F

Tints of Falu Red #83110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

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

R = 80.37%
G = 10.43%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83110F (or 0x83110F) is known color: Falu Red. HEX triplet: 83, 11 and 0F. RGB value is (131,17,15). Sum of RGB (Red+Green+Blue) = 131+17+15=163 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.37% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 131 - color contains mainly: red. Hex color #83110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83110F is #7CEEF0. Grayscale: #323232. Windows color (decimal): -8187633 or 987523. OLE color: 987523.

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

Color convert

RGB 131 17 15 -
CMYK 0 0.87 0.89 0.49
HSL 1.03º 0.79% 0.29% -
HSV(B) 1.03º 0.89% 0.51% -
XYZ 9.65 5.26 0.96 -
YUV 50.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 131 17 15 0 0.87 0.89 0.49 1.03 0.79 0.29
Hex 83 11 F 0 57 59 31 1 4F 1D
Octal 203 21 17 0 127 131 61 1 117 35
Binary 10000011 10001 1111 0 1010111 1011001 110001 1 1001111 11101

Color Harmonies of #83110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83110F

Black with #83110F

Text Example


Text Example

White with #83110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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