Html Css Color HEX #831715 Falu Red

📋 copy color: '#831715'

red 131 ◦ green 23 ◦ blue 21

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

Shades of Falu Red #831715

Tints of Falu Red #831715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.14%

 BLUE value IS 21 (8.59% from 255) = 12%

R = 74.86%
G = 13.14%
B = 12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#831715 (or 0x831715) is known color: Falu Red. HEX triplet: 83, 17 and 15. RGB value is (131,23,21). Sum of RGB (Red+Green+Blue) = 131+23+21=175 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.86% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 131 - color contains mainly: red. Hex color #831715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831715 is #7CE8EA. Grayscale: #373737. Windows color (decimal): -8186091 or 1382275. OLE color: 1382275.

HSL color Cylindrical-coordinate representation of color #831715: hue angle of 1.09º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831715 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 23 21 -
CMYK 0 0.82 0.84 0.49
HSL 1.09º 0.72% 0.3% -
HSV(B) 1.09º 0.84% 0.51% -
XYZ 9.8 5.49 1.25 -
YUV 55.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 131 23 21 0 0.82 0.84 0.49 1.09 0.72 0.3
Hex 83 17 15 0 52 54 31 1 48 1E
Octal 203 27 25 0 122 124 61 1 110 36
Binary 10000011 10111 10101 0 1010010 1010100 110001 1 1001000 11110

Color Harmonies of #831715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831715

Black with #831715

Text Example


Text Example

White with #831715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831715; }

 p { color: rgb(131,23,21); }

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

background-color css

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

 a { background-color: rgb(131,23,21); }

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

border-color css

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

 span { border-color: rgb(131,23,21); }

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