Html Css Color HEX #831515 Falu Red

📋 copy color: '#831515'

red 131 ◦ green 21 ◦ blue 21

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

Shades of Falu Red #831515

Tints of Falu Red #831515

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

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

R = 75.72%
G = 12.14%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#831515 (or 0x831515) is known color: Falu Red. HEX triplet: 83, 15 and 15. RGB value is (131,21,21). Sum of RGB (Red+Green+Blue) = 131+21+21=173 (22% of max value = 765). Red value is 131 (51.56% from 255 or 75.72% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 131 - color contains mainly: red. Hex color #831515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831515 is #7CEAEA. Grayscale: #363636. Windows color (decimal): -8186603 or 1381763. OLE color: 1381763.

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

Color convert

RGB 131 21 21 -
CMYK 0 0.84 0.84 0.49
HSL 0.72% 0.3% -
HSV(B) 0.84% 0.51% -
XYZ 9.76 5.42 1.24 -
YUV 53.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 131 21 21 0 0.84 0.84 0.49 0 0.72 0.3
Hex 83 15 15 0 54 54 31 0 48 1E
Octal 203 25 25 0 124 124 61 0 110 36
Binary 10000011 10101 10101 0 1010100 1010100 110001 0 1001000 11110

Color Harmonies of #831515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831515

Black with #831515

Text Example


Text Example

White with #831515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831515; }

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

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

background-color css

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

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

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

border-color css

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

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

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