Html Css Color HEX #831C15 Falu Red

📋 copy color: '#831C15'

red 131 ◦ green 28 ◦ blue 21

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

Shades of Falu Red #831C15

Tints of Falu Red #831C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.56%

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

R = 72.78%
G = 15.56%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#831C15 (or 0x831C15) is known color: Falu Red. HEX triplet: 83, 1C and 15. RGB value is (131,28,21). Sum of RGB (Red+Green+Blue) = 131+28+21=180 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.78% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 131 - color contains mainly: red. Hex color #831C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C15 is #7CE3EA. Grayscale: #3A3A3A. Windows color (decimal): -8184811 or 1383555. OLE color: 1383555.

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

Color convert

RGB 131 28 21 -
CMYK 0 0.79 0.84 0.49
HSL 3.82º 0.72% 0.3% -
HSV(B) 3.82º 0.84% 0.51% -
XYZ 9.91 5.71 1.29 -
YUV 58 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 131 28 21 0 0.79 0.84 0.49 3.82 0.72 0.3
Hex 83 1C 15 0 4F 54 31 4 48 1E
Octal 203 34 25 0 117 124 61 4 110 36
Binary 10000011 11100 10101 0 1001111 1010100 110001 100 1001000 11110

Color Harmonies of #831C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831C15

Black with #831C15

Text Example


Text Example

White with #831C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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