Html Css Color HEX #831307 Falu Red

📋 copy color: '#831307'

red 131 ◦ green 19 ◦ blue 7

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

Shades of Falu Red #831307

Tints of Falu Red #831307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

 BLUE value IS 7 (3.13% from 255) = 4.46%

R = 83.44%
G = 12.1%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#831307 (or 0x831307) is known color: Falu Red. HEX triplet: 83, 13 and 07. RGB value is (131,19,7). Sum of RGB (Red+Green+Blue) = 131+19+7=157 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.44% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 131 - color contains mainly: red. Hex color #831307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831307 is #7CECF8. Grayscale: #333333. Windows color (decimal): -8187129 or 463747. OLE color: 463747.

HSL color Cylindrical-coordinate representation of color #831307: hue angle of 5.81º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #831307 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 19 7 -
CMYK 0 0.85 0.95 0.49
HSL 5.81º 0.9% 0.27% -
HSV(B) 5.81º 0.95% 0.51% -
XYZ 9.63 5.31 0.72 -
YUV 51.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 131 19 7 0 0.85 0.95 0.49 5.81 0.9 0.27
Hex 83 13 7 0 55 5F 31 6 5A 1B
Octal 203 23 7 0 125 137 61 6 132 33
Binary 10000011 10011 111 0 1010101 1011111 110001 110 1011010 11011

Color Harmonies of #831307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831307

Black with #831307

Text Example


Text Example

White with #831307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831307; }

 p { color: rgb(131,19,7); }

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

background-color css

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

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

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

border-color css

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

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

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