Html Css Color HEX #831C19 Falu Red

📋 copy color: '#831C19'

red 131 ◦ green 28 ◦ blue 25

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

Shades of Falu Red #831C19

Tints of Falu Red #831C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.59%

R = 71.2%
G = 15.22%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#831C19 (or 0x831C19) is known color: Falu Red. HEX triplet: 83, 1C and 19. RGB value is (131,28,25). Sum of RGB (Red+Green+Blue) = 131+28+25=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #831C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C19 is #7CE3E6. Grayscale: #3A3A3A. Windows color (decimal): -8184807 or 1645699. OLE color: 1645699.

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

Color convert

RGB 131 28 25 -
CMYK 0 0.79 0.81 0.49
HSL 1.7º 0.68% 0.31% -
HSV(B) 1.7º 0.81% 0.51% -
XYZ 9.95 5.73 1.5 -
YUV 58.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 131 28 25 0 0.79 0.81 0.49 1.7 0.68 0.31
Hex 83 1C 19 0 4F 51 31 2 44 1F
Octal 203 34 31 0 117 121 61 2 104 37
Binary 10000011 11100 11001 0 1001111 1010001 110001 10 1000100 11111

Color Harmonies of #831C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831C19

Black with #831C19

Text Example


Text Example

White with #831C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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