Html Css Color HEX #831C12 Falu Red

📋 copy color: '#831C12'

red 131 ◦ green 28 ◦ blue 18

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

Shades of Falu Red #831C12

Tints of Falu Red #831C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.17%

R = 74.01%
G = 15.82%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#831C12 (or 0x831C12) is known color: Falu Red. HEX triplet: 83, 1C and 12. RGB value is (131,28,18). Sum of RGB (Red+Green+Blue) = 131+28+18=177 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.01% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 131 - color contains mainly: red. Hex color #831C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831C12 is #7CE3ED. Grayscale: #393939. Windows color (decimal): -8184814 or 1186947. OLE color: 1186947.

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

Color convert

RGB 131 28 18 -
CMYK 0 0.79 0.86 0.49
HSL 5.31º 0.76% 0.29% -
HSV(B) 5.31º 0.86% 0.51% -
XYZ 9.88 5.7 1.15 -
YUV 57.66 105.62 180.31 -
System Red Green Blue C M Y K H S L
Decimal 131 28 18 0 0.79 0.86 0.49 5.31 0.76 0.29
Hex 83 1C 12 0 4F 56 31 5 4C 1D
Octal 203 34 22 0 117 126 61 5 114 35
Binary 10000011 11100 10010 0 1001111 1010110 110001 101 1001100 11101

Color Harmonies of #831C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831C12

Black with #831C12

Text Example


Text Example

White with #831C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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