Html Css Color HEX #831C17 Falu Red

📋 copy color: '#831C17'

red 131 ◦ green 28 ◦ blue 23

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

Shades of Falu Red #831C17

Tints of Falu Red #831C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.64%

R = 71.98%
G = 15.38%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#831C17 (or 0x831C17) is known color: Falu Red. HEX triplet: 83, 1C and 17. RGB value is (131,28,23). Sum of RGB (Red+Green+Blue) = 131+28+23=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #831C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C17 is #7CE3E8. Grayscale: #3A3A3A. Windows color (decimal): -8184809 or 1514627. OLE color: 1514627.

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

Color convert

RGB 131 28 23 -
CMYK 0 0.79 0.82 0.49
HSL 2.78º 0.7% 0.3% -
HSV(B) 2.78º 0.82% 0.51% -
XYZ 9.93 5.72 1.39 -
YUV 58.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 131 28 23 0 0.79 0.82 0.49 2.78 0.7 0.3
Hex 83 1C 17 0 4F 52 31 3 46 1E
Octal 203 34 27 0 117 122 61 3 106 36
Binary 10000011 11100 10111 0 1001111 1010010 110001 11 1000110 11110

Color Harmonies of #831C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831C17

Black with #831C17

Text Example


Text Example

White with #831C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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